@iflyrpa/playwright 4.0.4-beta.1 → 4.0.4-beta.3
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.cjs +7 -1
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e917807d-cf3e-5e05-acac-c2c1de740544")}catch(e){}}();
|
|
1
3
|
import * as __WEBPACK_EXTERNAL_MODULE_punycode__ from "punycode";
|
|
2
4
|
import * as __WEBPACK_EXTERNAL_MODULE_stream__ from "stream";
|
|
3
5
|
import * as __WEBPACK_EXTERNAL_MODULE_http__ from "http";
|
|
@@ -2550,7 +2552,7 @@ function __webpack_require__(moduleId) {
|
|
|
2550
2552
|
});
|
|
2551
2553
|
};
|
|
2552
2554
|
})();
|
|
2553
|
-
var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.
|
|
2555
|
+
var package_namespaceObject = JSON.parse('{"i8":"4.0.4-beta.3"}');
|
|
2554
2556
|
function _define_property(obj, key, value) {
|
|
2555
2557
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
2556
2558
|
value: value,
|
|
@@ -5277,6 +5279,7 @@ class SentryInstance {
|
|
|
5277
5279
|
this.sentry = (0, __WEBPACK_EXTERNAL_MODULE__sentry_node_4658624b__.initWithoutDefaultIntegrations)({
|
|
5278
5280
|
dsn: DEFAULT_SENTRY_DSN,
|
|
5279
5281
|
environment: taskParams.enverionment || "development",
|
|
5282
|
+
release: package_namespaceObject.i8,
|
|
5280
5283
|
tracesSampleRate: 1.0,
|
|
5281
5284
|
initialScope: {
|
|
5282
5285
|
user: taskParams.user,
|
|
@@ -5642,3 +5645,6 @@ class RpaTask extends Task {
|
|
|
5642
5645
|
}
|
|
5643
5646
|
const src_version = package_namespaceObject.i8;
|
|
5644
5647
|
export { RpaTask, src_version as version };
|
|
5648
|
+
|
|
5649
|
+
//# sourceMappingURL=index.js.map
|
|
5650
|
+
//# debugId=e917807d-cf3e-5e05-acac-c2c1de740544
|