@iflyrpa/playwright 4.0.5 → 4.0.6-beta.0

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
@@ -2550,9 +2550,7 @@ function __webpack_require__(moduleId) {
2550
2550
  });
2551
2551
  };
2552
2552
  })();
2553
- var package_namespaceObject = {
2554
- i8: "4.0.5"
2555
- };
2553
+ var package_namespaceObject = JSON.parse('{"i8":"4.0.6-beta.0"}');
2556
2554
  function _define_property(obj, key, value) {
2557
2555
  if (key in obj) Object.defineProperty(obj, key, {
2558
2556
  value: value,
@@ -5279,6 +5277,7 @@ class SentryInstance {
5279
5277
  this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
5280
5278
  dsn: DEFAULT_SENTRY_DSN,
5281
5279
  environment: taskParams.enverionment || "development",
5280
+ release: package_namespaceObject.i8,
5282
5281
  tracesSampleRate: 1.0,
5283
5282
  initialScope: {
5284
5283
  user: taskParams.user,
@@ -5644,3 +5643,5 @@ class RpaTask extends Task {
5644
5643
  }
5645
5644
  const src_version = package_namespaceObject.i8;
5646
5645
  export { RpaTask, src_version as version };
5646
+
5647
+ //# sourceMappingURL=index.js.map