@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.cjs +4 -1
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2558,7 +2558,7 @@ var __webpack_exports__ = {};
|
|
|
2558
2558
|
});
|
|
2559
2559
|
const actions_namespaceObject = require("@iflyrpa/actions");
|
|
2560
2560
|
var package_namespaceObject = {
|
|
2561
|
-
i8: "4.0.
|
|
2561
|
+
i8: "4.0.6"
|
|
2562
2562
|
};
|
|
2563
2563
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
2564
2564
|
var external_node_fs_default = /*#__PURE__*/ __webpack_require__.n(external_node_fs_namespaceObject);
|
|
@@ -5301,6 +5301,7 @@ app.on("window-all-closed", (e) => e.preventDefault());
|
|
|
5301
5301
|
this.sentry = (0, node_namespaceObject.initWithoutDefaultIntegrations)({
|
|
5302
5302
|
dsn: DEFAULT_SENTRY_DSN,
|
|
5303
5303
|
environment: taskParams.enverionment || "development",
|
|
5304
|
+
release: package_namespaceObject.i8,
|
|
5304
5305
|
tracesSampleRate: 1.0,
|
|
5305
5306
|
initialScope: {
|
|
5306
5307
|
user: taskParams.user,
|
|
@@ -5673,3 +5674,5 @@ for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack
|
|
|
5673
5674
|
if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
|
|
5674
5675
|
value: true
|
|
5675
5676
|
});
|
|
5677
|
+
|
|
5678
|
+
//# sourceMappingURL=index.cjs.map
|