@iflyrpa/playwright 4.0.5 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2551,7 +2551,7 @@ function __webpack_require__(moduleId) {
2551
2551
  };
2552
2552
  })();
2553
2553
  var package_namespaceObject = {
2554
- i8: "4.0.5"
2554
+ i8: "4.0.6"
2555
2555
  };
2556
2556
  function _define_property(obj, key, value) {
2557
2557
  if (key in obj) Object.defineProperty(obj, key, {
@@ -5279,6 +5279,7 @@ class SentryInstance {
5279
5279
  this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
5280
5280
  dsn: DEFAULT_SENTRY_DSN,
5281
5281
  environment: taskParams.enverionment || "development",
5282
+ release: package_namespaceObject.i8,
5282
5283
  tracesSampleRate: 1.0,
5283
5284
  initialScope: {
5284
5285
  user: taskParams.user,
@@ -5644,3 +5645,5 @@ class RpaTask extends Task {
5644
5645
  }
5645
5646
  const src_version = package_namespaceObject.i8;
5646
5647
  export { RpaTask, src_version as version };
5648
+
5649
+ //# sourceMappingURL=index.js.map