fix: Update Sentry rewriteFramesIntegration prefix (no-changleog) (#13900)

This commit is contained in:
Alex Grozav
2025-03-13 12:38:28 +02:00
committed by GitHub
parent 881d3f8771
commit 1eec246f4e

View File

@@ -55,6 +55,7 @@ export const SentryPlugin: Plugin = {
environment,
integrations: [
Sentry.rewriteFramesIntegration({
prefix: '',
root: window.location.origin + '/',
}),
],