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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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