mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 00:37:10 +02:00
feat(editor): Add console.error calls to Sentry (no-changelog) (#16700)
This commit is contained in:
parent
de0293595c
commit
3835cb31ea
|
|
@ -54,6 +54,9 @@ export const SentryPlugin: Plugin = {
|
|||
release,
|
||||
environment,
|
||||
integrations: [
|
||||
Sentry.captureConsoleIntegration({
|
||||
levels: ['error'],
|
||||
}),
|
||||
Sentry.rewriteFramesIntegration({
|
||||
prefix: '',
|
||||
root: window.location.origin + '/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user