mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add console.error calls to Sentry (no-changelog) (#16700)
This commit is contained in:
@@ -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 + '/',
|
||||||
|
|||||||
Reference in New Issue
Block a user