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.
RequestAsyncStorage
1 parent 3ffb60d commit 0a7fbe9Copy full SHA for 0a7fbe9
packages/nextjs/src/config/loaders/wrappingLoader.ts
@@ -189,7 +189,7 @@ export default function wrappingLoader(
189
}
190
templateCode = templateCode.replace(
191
/__SENTRY_NEXTJS_REQUEST_ASYNC_STORAGE_SHIM__/g,
192
- '@sentry/nextjs/build/esm/config/templates/requestAsyncStorageShim.js',
+ '@sentry/nextjs/esm/config/templates/requestAsyncStorageShim.js',
193
);
194
195
0 commit comments