feat(editor): Add console.error calls to Sentry (no-changelog) (#16700)

This commit is contained in:
Alex Grozav
2025-06-25 13:10:46 +03:00
committed by GitHub
parent de0293595c
commit 3835cb31ea

View File

@@ -54,6 +54,9 @@ export const SentryPlugin: Plugin = {
release, release,
environment, environment,
integrations: [ integrations: [
Sentry.captureConsoleIntegration({
levels: ['error'],
}),
Sentry.rewriteFramesIntegration({ Sentry.rewriteFramesIntegration({
prefix: '', prefix: '',
root: window.location.origin + '/', root: window.location.origin + '/',