fix(esbuild): Avoid warning when entry point has no default export #2102
checks.yml
on: pull_request
Build packages
37s
Formatting check
18s
Typing check
55s
Unit Tests
30s
Linter check
1m 3s
Upload Artifacts
0s
Matrix: test-integration-next
Matrix: test-integration
Annotations
82 errors and 21 warnings
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
Integration Tests (Node 18, OS windows-latest)
Process completed with exit code 1.
|
|
fixtures/errorhandling/error-no-handler.test.ts > Error throwing by default (no errorHandler) > doesn't throw when Sentry server responds with error code for webpack:
packages/integration-tests/fixtures/errorhandling/error-no-handler.test.ts#L31
Error: Test timed out in 10000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ fixtures/errorhandling/error-no-handler.test.ts:31:27
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/esbuild-inject-compat.test.ts > esbuild > esbuild-inject-compat:
packages/integration-tests-next/fixtures/esbuild/esbuild-inject-compat.test.ts#L6
Error: Snapshot `esbuild > esbuild-inject-compat 1` mismatched
- Expected
+ Received
@@ -26,12 +26,15 @@
} catch (e2) {
}
})();
// src/inject-compat-index.ts
+ var inject_compat_index_exports = {};
console.log(process.env["FOO"]);
// src/inject-compat-index.ts?sentryDebugIdProxy=true
- var inject_compat_index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(inject_compat_index_exports);
})();
",
}
❯ fixtures/esbuild/esbuild-inject-compat.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/dont-mess-up-user-code.test.ts > esbuild > dont-mess-up-user-code:
packages/integration-tests-next/fixtures/esbuild/dont-mess-up-user-code.test.ts#L6
Error: Snapshot `esbuild > dont-mess-up-user-code 1` mismatched
- Expected
+ Received
@@ -17,18 +17,23 @@
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "00000000-0000-0000-0000-000000000000", e._sentryDebugIdIdentifier = "sentry-dbid-00000000-0000-0000-0000-000000000000");
} catch (e2) {
}
})();
+ // src/index.js
+ var index_exports = {};
+
// src/import.js
console.log("I am import!");
// src/index.js
console.log("I am index!");
// src/index.js?sentryDebugIdProxy=true
- var index_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(index_exports);
})();
//# sourceMappingURL=index.js.map
",
- "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/import.js","../../src/index.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/index.js\";\n export default OriginalModule.default;\n export * from \"./src/index.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,gBAAe;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAxN,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,cAAc;;;ACE1B,UAAQ,IAAI,aAAa;;;ACAX,MAAO,gBAAuB;","names":["e","e"]}",
+ "index.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/index.js","../../src/import.js","../../src/index.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"I am release!\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","import \"./import\";\n\n// eslint-disable-next-line no-console\nconsole.log(\"I am index!\");\n","// eslint-disable-next-line no-console\nconsole.log(\"I am import!\");\n\nexport {};\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/index.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/index.js\";"],"ma
|
|
fixtures/esbuild/bundle-size-optimizations.test.ts > esbuild > bundle-size-optimizations:
packages/integration-tests-next/fixtures/esbuild/bundle-size-optimizations.test.ts#L6
Error: Snapshot `esbuild > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -18,10 +18,11 @@
} catch (e2) {
}
})();
// src/bundle.js
+ var bundle_exports = {};
console.log(
JSON.stringify({
debug: false ? "a" : "b",
trace: false ? "a" : "b",
replayCanvas: true ? "a" : "b",
@@ -30,9 +31,11 @@
replayWorker: true ? "a" : "b"
})
);
// src/bundle.js?sentryDebugIdProxy=true
- var bundle_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(bundle_exports);
})();
",
}
❯ fixtures/esbuild/bundle-size-optimizations.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/build-info.test.ts > esbuild > build-info:
packages/integration-tests-next/fixtures/esbuild/build-info.test.ts#L6
Error: Snapshot `esbuild > build-info 1` mismatched
- Expected
+ Received
@@ -19,12 +19,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/build-info.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic.test.ts > esbuild > basic:
packages/integration-tests-next/fixtures/esbuild/basic.test.ts#L6
Error: Snapshot `esbuild > basic 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-sourcemaps.test.ts > esbuild > basic-sourcemaps:
packages/integration-tests-next/fixtures/esbuild/basic-sourcemaps.test.ts#L6
Error: Snapshot `esbuild > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -18,18 +18,21 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic-sourcemaps.js.map
",
- "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as OriginalModule from \"./src/basic.js\";\n export default OriginalModule.default;\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACCnY,UAAQ,IAAI,aAAa;;;ACEX,MAAO,gBAAuB;","names":["e","e"]}",
+ "basic-sourcemaps.js.map": "{"version":3,"sources":["../../_sentry-injection-stub","sentry-debug-id-stub:_sentry-debug-id-injection-stub?sentry-module-id=00000000-0000-0000-0000-000000000000","../../src/basic.js","../../src/basic.js"],"sourcesContent":["!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};e.SENTRY_RELEASE={id:\"CURRENT_SHA\"};}catch(e){}}();","!function(){try{var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof self?self:{};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]=\"00000000-0000-0000-0000-000000000000\",e._sentryDebugIdIdentifier=\"sentry-dbid-00000000-0000-0000-0000-000000000000\");}catch(e){}}();","// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n","\n import \"_sentry-debug-id-injection-stub\";\n import * as _sentry_original_module from \"./src/basic.js\";\n var _sentry_default_export = (function(m) { return m.default; })(_sentry_original_module);\n export { _sentry_default_export as default };\n export * from \"./src/basic.js\";"],"mappings":";;AAAA,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,QAAE,iBAAe,EAAC,IAAG,2CAA0C;AAAA,IAAE,SAAOA,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnP,IAAC,WAAU;AAAC,QAAG;AAAC,UAAI,IAAE,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,SAAO,SAAO,eAAa,OAAO,aAAW,aAAW,eAAa,OAAO,OAAK,OAAK,CAAC;AAAE,UAAI,IAAG,IAAI,EAAE,QAAO;AAAM,YAAI,EAAE,kBAAgB,EAAE,mBAAiB,CAAC,GAAE,EAAE,gBAAgB,CAAC,IAAE,wCAAuC,EAAE,2BAAyB;AAAA,IAAoD,SAAOC,IAAE;AAAA,IAAC;AAAA,EAAC,GAAE;;;ACAnY;AACA,UAAQ,IAAI,aAAa;;;ACEX,MAAI,0BAA0
|
|
fixtures/esbuild/basic-release-disabled.test.ts > esbuild > basic-release-disabled:
packages/integration-tests-next/fixtures/esbuild/basic-release-disabled.test.ts#L6
Error: Snapshot `esbuild > basic-release-disabled 1` mismatched
- Expected
+ Received
@@ -9,12 +9,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/basic-release-disabled.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/basic-cjs.test.ts > esbuild > basic-cjs:
packages/integration-tests-next/fixtures/esbuild/basic-cjs.test.ts#L6
Error: Snapshot `esbuild > basic-cjs 1` mismatched
- Expected
+ Received
@@ -18,14 +18,17 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
❯ fixtures/esbuild/basic-cjs.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/application-key.test.ts > esbuild > application-key:
packages/integration-tests-next/fixtures/esbuild/application-key.test.ts#L6
Error: Snapshot `esbuild > application-key 1` mismatched
- Expected
+ Received
@@ -25,12 +25,15 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
",
}
❯ fixtures/esbuild/application-key.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
fixtures/esbuild/after-upload-deletion.test.ts > esbuild > after-upload-deletion:
packages/integration-tests-next/fixtures/esbuild/after-upload-deletion.test.ts#L6
Error: Snapshot `esbuild > after-upload-deletion 1` mismatched
- Expected
+ Received
@@ -18,13 +18,16 @@
} catch (e2) {
}
})();
// src/basic.js
+ var basic_exports = {};
console.log("hello world");
// src/basic.js?sentryDebugIdProxy=true
- var basic_default = void 0;
+ var _sentry_default_export = (function(m) {
+ return m.default;
+ })(basic_exports);
})();
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/esbuild/after-upload-deletion.test.ts:6:29
❯ fixtures/esbuild/utils.ts:41:5
|
|
Formatting check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build packages
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Typing check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Linter check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 24, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 18, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 24, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 20, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 22, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 18, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 22, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 20, OS ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 20, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 24, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 18, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 24, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 18, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (Node 22, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 20, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests Next (Node 22, OS windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist-artifacts-24670978716
Expired
|
922 KB |
sha256:488fc9d885de287a66b59f1303bf31adb247e96a23060770d9e331e5fb2bf65f
|
|