Skip to content

Commit 1eec246

Browse files
authoredMar 13, 2025
fix: Update Sentry rewriteFramesIntegration prefix (no-changleog) (#13900)
1 parent 881d3f8 commit 1eec246

File tree

1 file changed

+1
-0
lines changed
  • packages/frontend/editor-ui/src/plugins

1 file changed

+1
-0
lines changed
 

‎packages/frontend/editor-ui/src/plugins/sentry.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const SentryPlugin: Plugin = {
5555
environment,
5656
integrations: [
5757
Sentry.rewriteFramesIntegration({
58+
prefix: '',
5859
root: window.location.origin + '/',
5960
}),
6061
],

0 commit comments

Comments
 (0)
Please sign in to comment.