From 1eec246f4eecb7dbb9ec3130e0e460e720a2d42c Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Thu, 13 Mar 2025 12:38:28 +0200 Subject: [PATCH] fix: Update Sentry `rewriteFramesIntegration` prefix (no-changleog) (#13900) --- packages/frontend/editor-ui/src/plugins/sentry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/editor-ui/src/plugins/sentry.ts b/packages/frontend/editor-ui/src/plugins/sentry.ts index 3ec0d4e9f7..07298ff658 100644 --- a/packages/frontend/editor-ui/src/plugins/sentry.ts +++ b/packages/frontend/editor-ui/src/plugins/sentry.ts @@ -55,6 +55,7 @@ export const SentryPlugin: Plugin = { environment, integrations: [ Sentry.rewriteFramesIntegration({ + prefix: '', root: window.location.origin + '/', }), ],