fix(editor): Add rewriteFramesIntegration to sentry (no-changelog) (#13634)

This commit is contained in:
Alex Grozav
2025-03-03 15:12:11 +02:00
committed by GitHub
parent 5ac8691946
commit c1fe785174

View File

@@ -53,6 +53,11 @@ export const SentryPlugin: Plugin = {
dsn,
release,
environment,
integrations: [
Sentry.rewriteFramesIntegration({
root: window.location.origin + '/',
}),
],
beforeSend,
});