test: Rollup integration tests #2030
checks.yml
on: pull_request
Build packages
32s
Formatting check
17s
Typing check
49s
Unit Tests
26s
E2E Tests
0s
Linter check
55s
Upload Artifacts
0s
Matrix: test-integration-next
Matrix: test-integration
Annotations
40 errors
|
fixtures/rollup3/release-disabled.test.ts > rollup v3 > release-disabled:
packages/integration-tests-next/fixtures/rollup3/release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > release-disabled 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/multiple-entry-points.test.ts > rollup v3 > multiple-entry-points:
packages/integration-tests-next/fixtures/rollup3/multiple-entry-points.test.ts#L6
Error: Snapshot `rollup v3 > multiple-entry-points 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "common.js": "!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]="d6522b10-3189-4ceb-b9e3-9764b0420211",e._sentryDebugIdIdentifier="sentry-dbid-d6522b10-3189-4ceb-b9e3-9764b0420211");}catch(e){}}();function add(a, b) {
+ "common.js": "!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]="148e2359-5b6f-4838-b7b8-cf5754ecf76f",e._sentryDebugIdIdentifier="sentry-dbid-148e2359-5b6f-4838-b7b8-cf5754ecf76f");}catch(e){}}();function add(a, b) {
return a + b;
}
export { add as a };
",
❯ fixtures/rollup3/multiple-entry-points.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/module-metadata.test.ts > rollup v3 > module-metadata:
packages/integration-tests-next/fixtures/rollup3/module-metadata.test.ts#L6
Error: Snapshot `rollup v3 > module-metadata 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/module-metadata.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/bundle-size-optimizations.test.ts > rollup v3 > bundle-size-optimizations:
packages/integration-tests-next/fixtures/rollup3/bundle-size-optimizations.test.ts#L6
Error: Snapshot `rollup v3 > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4",e._sentryDebugIdIdentifier="sentry-dbid-9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4");}catch(e){}}();console.log(
+ "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="15d4c36b-bdf0-4daa-925f-a9134610c002",e._sentryDebugIdIdentifier="sentry-dbid-15d4c36b-bdf0-4daa-925f-a9134610c002");}catch(e){}}();console.log(
JSON.stringify({
debug: "b",
trace: "b",
replayCanvas: "a" ,
replayIframe: "a" ,
❯ fixtures/rollup3/bundle-size-optimizations.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/build-info.test.ts > rollup v3 > build-info:
packages/integration-tests-next/fixtures/rollup3/build-info.test.ts#L6
Error: Snapshot `rollup v3 > build-info 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/build-info.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic.test.ts > rollup v3 > basic:
packages/integration-tests-next/fixtures/rollup3/basic.test.ts#L6
Error: Snapshot `rollup v3 > basic 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
❯ fixtures/rollup3/basic.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-sourcemaps.test.ts > rollup v3 > basic-sourcemaps:
packages/integration-tests-next/fixtures/rollup3/basic-sourcemaps.test.ts#L6
Error: Snapshot `rollup v3 > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
- "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
+ "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA,OAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/basic-sourcemaps.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-release-disabled.test.ts > rollup v3 > basic-release-disabled:
packages/integration-tests-next/fixtures/rollup3/basic-release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > basic-release-disabled 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/basic-release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/application-key.test.ts > rollup v3 > application-key:
packages/integration-tests-next/fixtures/rollup3/application-key.test.ts#L6
Error: Snapshot `rollup v3 > application-key 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/application-key.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/after-upload-deletion.test.ts > rollup v3 > after-upload-deletion:
packages/integration-tests-next/fixtures/rollup3/after-upload-deletion.test.ts#L6
Error: Snapshot `rollup v3 > after-upload-deletion 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/rollup3/after-upload-deletion.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/release-disabled.test.ts > rollup v3 > release-disabled:
packages/integration-tests-next/fixtures/rollup3/release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > release-disabled 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/multiple-entry-points.test.ts > rollup v3 > multiple-entry-points:
packages/integration-tests-next/fixtures/rollup3/multiple-entry-points.test.ts#L6
Error: Snapshot `rollup v3 > multiple-entry-points 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "common.js": "!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]="d6522b10-3189-4ceb-b9e3-9764b0420211",e._sentryDebugIdIdentifier="sentry-dbid-d6522b10-3189-4ceb-b9e3-9764b0420211");}catch(e){}}();function add(a, b) {
+ "common.js": "!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]="148e2359-5b6f-4838-b7b8-cf5754ecf76f",e._sentryDebugIdIdentifier="sentry-dbid-148e2359-5b6f-4838-b7b8-cf5754ecf76f");}catch(e){}}();function add(a, b) {
return a + b;
}
export { add as a };
",
❯ fixtures/rollup3/multiple-entry-points.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/module-metadata.test.ts > rollup v3 > module-metadata:
packages/integration-tests-next/fixtures/rollup3/module-metadata.test.ts#L6
Error: Snapshot `rollup v3 > module-metadata 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/module-metadata.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/bundle-size-optimizations.test.ts > rollup v3 > bundle-size-optimizations:
packages/integration-tests-next/fixtures/rollup3/bundle-size-optimizations.test.ts#L6
Error: Snapshot `rollup v3 > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4",e._sentryDebugIdIdentifier="sentry-dbid-9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4");}catch(e){}}();console.log(
+ "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="15d4c36b-bdf0-4daa-925f-a9134610c002",e._sentryDebugIdIdentifier="sentry-dbid-15d4c36b-bdf0-4daa-925f-a9134610c002");}catch(e){}}();console.log(
JSON.stringify({
debug: "b",
trace: "b",
replayCanvas: "a" ,
replayIframe: "a" ,
❯ fixtures/rollup3/bundle-size-optimizations.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/build-info.test.ts > rollup v3 > build-info:
packages/integration-tests-next/fixtures/rollup3/build-info.test.ts#L6
Error: Snapshot `rollup v3 > build-info 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/build-info.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic.test.ts > rollup v3 > basic:
packages/integration-tests-next/fixtures/rollup3/basic.test.ts#L6
Error: Snapshot `rollup v3 > basic 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
❯ fixtures/rollup3/basic.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-sourcemaps.test.ts > rollup v3 > basic-sourcemaps:
packages/integration-tests-next/fixtures/rollup3/basic-sourcemaps.test.ts#L6
Error: Snapshot `rollup v3 > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
- "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
+ "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA,OAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/basic-sourcemaps.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-release-disabled.test.ts > rollup v3 > basic-release-disabled:
packages/integration-tests-next/fixtures/rollup3/basic-release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > basic-release-disabled 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/basic-release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/application-key.test.ts > rollup v3 > application-key:
packages/integration-tests-next/fixtures/rollup3/application-key.test.ts#L6
Error: Snapshot `rollup v3 > application-key 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/application-key.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/after-upload-deletion.test.ts > rollup v3 > after-upload-deletion:
packages/integration-tests-next/fixtures/rollup3/after-upload-deletion.test.ts#L6
Error: Snapshot `rollup v3 > after-upload-deletion 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/rollup3/after-upload-deletion.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/release-disabled.test.ts > rollup v3 > release-disabled:
packages/integration-tests-next/fixtures/rollup3/release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > release-disabled 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/multiple-entry-points.test.ts > rollup v3 > multiple-entry-points:
packages/integration-tests-next/fixtures/rollup3/multiple-entry-points.test.ts#L6
Error: Snapshot `rollup v3 > multiple-entry-points 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "common.js": "!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]="d6522b10-3189-4ceb-b9e3-9764b0420211",e._sentryDebugIdIdentifier="sentry-dbid-d6522b10-3189-4ceb-b9e3-9764b0420211");}catch(e){}}();function add(a, b) {
+ "common.js": "!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]="148e2359-5b6f-4838-b7b8-cf5754ecf76f",e._sentryDebugIdIdentifier="sentry-dbid-148e2359-5b6f-4838-b7b8-cf5754ecf76f");}catch(e){}}();function add(a, b) {
return a + b;
}
export { add as a };
",
❯ fixtures/rollup3/multiple-entry-points.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/module-metadata.test.ts > rollup v3 > module-metadata:
packages/integration-tests-next/fixtures/rollup3/module-metadata.test.ts#L6
Error: Snapshot `rollup v3 > module-metadata 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/module-metadata.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/bundle-size-optimizations.test.ts > rollup v3 > bundle-size-optimizations:
packages/integration-tests-next/fixtures/rollup3/bundle-size-optimizations.test.ts#L6
Error: Snapshot `rollup v3 > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4",e._sentryDebugIdIdentifier="sentry-dbid-9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4");}catch(e){}}();console.log(
+ "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="15d4c36b-bdf0-4daa-925f-a9134610c002",e._sentryDebugIdIdentifier="sentry-dbid-15d4c36b-bdf0-4daa-925f-a9134610c002");}catch(e){}}();console.log(
JSON.stringify({
debug: "b",
trace: "b",
replayCanvas: "a" ,
replayIframe: "a" ,
❯ fixtures/rollup3/bundle-size-optimizations.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/build-info.test.ts > rollup v3 > build-info:
packages/integration-tests-next/fixtures/rollup3/build-info.test.ts#L6
Error: Snapshot `rollup v3 > build-info 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/build-info.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic.test.ts > rollup v3 > basic:
packages/integration-tests-next/fixtures/rollup3/basic.test.ts#L6
Error: Snapshot `rollup v3 > basic 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
❯ fixtures/rollup3/basic.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-sourcemaps.test.ts > rollup v3 > basic-sourcemaps:
packages/integration-tests-next/fixtures/rollup3/basic-sourcemaps.test.ts#L6
Error: Snapshot `rollup v3 > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
- "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
+ "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA,OAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/basic-sourcemaps.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-release-disabled.test.ts > rollup v3 > basic-release-disabled:
packages/integration-tests-next/fixtures/rollup3/basic-release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > basic-release-disabled 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/basic-release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/application-key.test.ts > rollup v3 > application-key:
packages/integration-tests-next/fixtures/rollup3/application-key.test.ts#L6
Error: Snapshot `rollup v3 > application-key 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/application-key.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/after-upload-deletion.test.ts > rollup v3 > after-upload-deletion:
packages/integration-tests-next/fixtures/rollup3/after-upload-deletion.test.ts#L6
Error: Snapshot `rollup v3 > after-upload-deletion 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/rollup3/after-upload-deletion.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/multiple-entry-points.test.ts > rollup v3 > multiple-entry-points:
packages/integration-tests-next/fixtures/rollup3/multiple-entry-points.test.ts#L6
Error: Snapshot `rollup v3 > multiple-entry-points 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "common.js": "!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]="d6522b10-3189-4ceb-b9e3-9764b0420211",e._sentryDebugIdIdentifier="sentry-dbid-d6522b10-3189-4ceb-b9e3-9764b0420211");}catch(e){}}();function add(a, b) {
+ "common.js": "!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]="148e2359-5b6f-4838-b7b8-cf5754ecf76f",e._sentryDebugIdIdentifier="sentry-dbid-148e2359-5b6f-4838-b7b8-cf5754ecf76f");}catch(e){}}();function add(a, b) {
return a + b;
}
export { add as a };
",
❯ fixtures/rollup3/multiple-entry-points.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/module-metadata.test.ts > rollup v3 > module-metadata:
packages/integration-tests-next/fixtures/rollup3/module-metadata.test.ts#L6
Error: Snapshot `rollup v3 > module-metadata 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"something":"value","another":999});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/module-metadata.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/bundle-size-optimizations.test.ts > rollup v3 > bundle-size-optimizations:
packages/integration-tests-next/fixtures/rollup3/bundle-size-optimizations.test.ts#L6
Error: Snapshot `rollup v3 > bundle-size-optimizations 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4",e._sentryDebugIdIdentifier="sentry-dbid-9ba2eb17-5b67-4bb4-bfcf-dca3e3b993b4");}catch(e){}}();console.log(
+ "bundle.js": "!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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="15d4c36b-bdf0-4daa-925f-a9134610c002",e._sentryDebugIdIdentifier="sentry-dbid-15d4c36b-bdf0-4daa-925f-a9134610c002");}catch(e){}}();console.log(
JSON.stringify({
debug: "b",
trace: "b",
replayCanvas: "a" ,
replayIframe: "a" ,
❯ fixtures/rollup3/bundle-size-optimizations.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/build-info.test.ts > rollup v3 > build-info:
packages/integration-tests-next/fixtures/rollup3/build-info.test.ts#L6
Error: Snapshot `rollup v3 > build-info 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{};e.SENTRY_RELEASE={id:"build-information-injection-test"};e.SENTRY_BUILD_INFO={"deps":["@rollup/plugin-babel","@rollup/plugin-node-resolve","react","rollup"],"depsVersions":{"react":19,"rollup":3},"nodeVersion":"NODE_VERSION"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/build-info.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic.test.ts > rollup v3 > basic:
packages/integration-tests-next/fixtures/rollup3/basic.test.ts#L6
Error: Snapshot `rollup v3 > basic 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
❯ fixtures/rollup3/basic.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-sourcemaps.test.ts > rollup v3 > basic-sourcemaps:
packages/integration-tests-next/fixtures/rollup3/basic-sourcemaps.test.ts#L6
Error: Snapshot `rollup v3 > basic-sourcemaps 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
- "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
+ "basic.js.map": "{"version":3,"file":"basic.js","sources":["../../src/basic.js"],"sourcesContent":["// eslint-disable-next-line no-console\nconsole.log(\"hello world\");\n"],"names":[],"mappings":"AAAA,CAAA,CAAA,CAAA,MAAA,CAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,EAAA,CAAA,OAAA;scACA,OAAO,CAAC,GAAG,CAAC,CAAA,KAAA,CAAA,KAAA,CAAa,CAAC"}",
"sentry-cli-mock.json": "["releases","new","CURRENT_SHA"],
["releases","set-commits","CURRENT_SHA","--auto","--ignore-missing"],
["releases","finalize","CURRENT_SHA"],
["sourcemaps","upload","-p","fake-project","--release","CURRENT_SHA","sentry-bundler-plugin-upload-path","--ignore","node_modules","--no-rewrite"],
",
❯ fixtures/rollup3/basic-sourcemaps.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/basic-release-disabled.test.ts > rollup v3 > basic-release-disabled:
packages/integration-tests-next/fixtures/rollup3/basic-release-disabled.test.ts#L6
Error: Snapshot `rollup v3 > basic-release-disabled 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/basic-release-disabled.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/application-key.test.ts > rollup v3 > application-key:
packages/integration-tests-next/fixtures/rollup3/application-key.test.ts#L6
Error: Snapshot `rollup v3 > application-key 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};e._sentryModuleMetadata=e._sentryModuleMetadata||{},e._sentryModuleMetadata[(new e.Error).stack]=function(e){for(var n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])}return e}({},e._sentryModuleMetadata[(new e.Error).stack],{"_sentryBundlerPluginAppKey:1234567890abcdef":true});var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
",
}
❯ fixtures/rollup3/application-key.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rollup3/after-upload-deletion.test.ts > rollup v3 > after-upload-deletion:
packages/integration-tests-next/fixtures/rollup3/after-upload-deletion.test.ts#L6
Error: Snapshot `rollup v3 > after-upload-deletion 1` mismatched
- Expected
+ Received
{
"basic.js": "// eslint-disable-next-line no-console
- !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="252e0338-8927-4f52-bd57-188131defd0f",e._sentryDebugIdIdentifier="sentry-dbid-252e0338-8927-4f52-bd57-188131defd0f");}catch(e){}}();console.log("hello world");
+ !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"};var n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="52e6551f-1142-414a-b9f3-9fd21a04b8d4",e._sentryDebugIdIdentifier="sentry-dbid-52e6551f-1142-414a-b9f3-9fd21a04b8d4");}catch(e){}}();console.log("hello world");
//# sourceMappingURL=basic.js.map
",
}
❯ fixtures/rollup3/after-upload-deletion.test.ts:6:29
❯ fixtures/rollup3/utils.ts:29:5
|
|
fixtures/rolldown/multiple-entry-points.test.ts > rolldown > multiple-entry-points:
packages/integration-tests-next/fixtures/rolldown/utils.ts#L34
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test fixtures/rolldown/utils.ts:34:5
❯ fixtures/rolldown/multiple-entry-points.test.ts:4:1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
dist-artifacts-22763498929
Expired
|
460 KB |
sha256:55154631267f7deb3974f6dea2c4efa90290fa5031a5e605f091bda1fa7359bd
|
|