Skip to content

Commit 41e5a3b

Browse files
committed
normalize
1 parent 1e6cfc7 commit 41e5a3b

File tree

110 files changed

+144
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+144
-139
lines changed

packages/integration-tests-next/fixtures/rolldown/after-upload-deletion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
1111
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1212
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1313
var n = new e.Error().stack;
14-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
14+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1515
} catch (e) {}
1616
})();
1717
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/application-key.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
1818
return e;
1919
}({}, e._sentryModuleMetadata[new e.Error().stack], { "_sentryBundlerPluginAppKey:1234567890abcdef": true });
2020
var n = new e.Error().stack;
21-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
21+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
2222
} catch (e) {}
2323
})();
2424
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/basic-release-disabled.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
1010
try {
1111
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1212
var n = new e.Error().stack;
13-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
13+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1414
} catch (e) {}
1515
})();
1616
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/basic-sourcemaps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
1111
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1212
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1313
var n = new e.Error().stack;
14-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
14+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1515
} catch (e) {}
1616
})();
1717
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
1111
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1212
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1313
var n = new e.Error().stack;
14-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
14+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1515
} catch (e) {}
1616
})();
1717
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/build-info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
2020
"nodeVersion":"NODE_VERSION"
2121
};
2222
var n = new e.Error().stack;
23-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b699d9c1-b033-4536-aa25-233c92609b54", e._sentryDebugIdIdentifier = "sentry-dbid-b699d9c1-b033-4536-aa25-233c92609b54");
23+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
2424
} catch (e) {}
2525
})();
2626
console.log("hello world");

packages/integration-tests-next/fixtures/rolldown/bundle-size-optimizations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles, runFileInNode }) => {
1111
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1212
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1313
var n = new e.Error().stack;
14-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "92a38845-d1ee-42b4-9812-67a76e42b480", e._sentryDebugIdIdentifier = "sentry-dbid-92a38845-d1ee-42b4-9812-67a76e42b480");
14+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1515
} catch (e) {}
1616
})();
1717
console.log(JSON.stringify({

packages/integration-tests-next/fixtures/rolldown/component-annotation-disabled.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
1010
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1111
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1212
var n = new e.Error().stack;
13-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "85f51673-9b26-4de9-b6ba-12058e53f08b", e._sentryDebugIdIdentifier = "sentry-dbid-85f51673-9b26-4de9-b6ba-12058e53f08b");
13+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1414
} catch (e) {}
1515
})();
1616
import { jsx, jsxs } from "../node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js";

packages/integration-tests-next/fixtures/rolldown/component-annotation-next.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
1010
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1111
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1212
var n = new e.Error().stack;
13-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "08d8ea54-706b-4dfc-9e1f-19af2d0fc86e", e._sentryDebugIdIdentifier = "sentry-dbid-08d8ea54-706b-4dfc-9e1f-19af2d0fc86e");
13+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1414
} catch (e) {}
1515
})();
1616
import { jsx, jsxs } from "../node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js";

packages/integration-tests-next/fixtures/rolldown/component-annotation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test(import.meta.url, ({ runBundler, readOutputFiles }) => {
1010
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {};
1111
e.SENTRY_RELEASE = { id: "CURRENT_SHA" };
1212
var n = new e.Error().stack;
13-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "0ad46712-3fec-46f3-8539-60a50dfc7fc6", e._sentryDebugIdIdentifier = "sentry-dbid-0ad46712-3fec-46f3-8539-60a50dfc7fc6");
13+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "DEBUG_ID", e._sentryDebugIdIdentifier = "sentry-dbid-DEBUG_ID");
1414
} catch (e) {}
1515
})();
1616
import { jsx, jsxs } from "../node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js";

0 commit comments

Comments
 (0)