Skip to content

Commit

Permalink
fix(nextjs): Fix RequestAsyncStorage fallback path (#9126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored and c298lee committed Sep 27, 2023
1 parent 3ffb60d commit 0a7fbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/src/config/loaders/wrappingLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function wrappingLoader(
}
templateCode = templateCode.replace(
/__SENTRY_NEXTJS_REQUEST_ASYNC_STORAGE_SHIM__/g,
'@sentry/nextjs/build/esm/config/templates/requestAsyncStorageShim.js',
'@sentry/nextjs/esm/config/templates/requestAsyncStorageShim.js',
);
}

Expand Down

0 comments on commit 0a7fbe9

Please sign in to comment.