Skip to content

Commit 647c7b9

Browse files
authored
fix(nextjs): Fix RequestAsyncStorage fallback path (#9126)
1 parent affa527 commit 647c7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/loaders/wrappingLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function wrappingLoader(
189189
}
190190
templateCode = templateCode.replace(
191191
/__SENTRY_NEXTJS_REQUEST_ASYNC_STORAGE_SHIM__/g,
192-
'@sentry/nextjs/build/esm/config/templates/requestAsyncStorageShim.js',
192+
'@sentry/nextjs/esm/config/templates/requestAsyncStorageShim.js',
193193
);
194194
}
195195

0 commit comments

Comments
 (0)