We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e6417 commit 1bc18dbCopy full SHA for 1bc18db
1 file changed
packages/cli-v3/src/build/externals.ts
@@ -279,6 +279,11 @@ function createExternalsCollector(
279
return;
280
}
281
282
+ if (args.path === "_sentry-debug-id-injection-stub") {
283
+ // Ignore sentry stub
284
+ return;
285
+ }
286
+
287
// Try to resolve the actual file path
288
const [resolveError, resolvedPath] = await tryCatch(
289
resolveModule(args.path, args.resolveDir)
0 commit comments