mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Add rewriteFramesIntegration to sentry (no-changelog) (#13634)
This commit is contained in:
@@ -53,6 +53,11 @@ export const SentryPlugin: Plugin = {
|
|||||||
dsn,
|
dsn,
|
||||||
release,
|
release,
|
||||||
environment,
|
environment,
|
||||||
|
integrations: [
|
||||||
|
Sentry.rewriteFramesIntegration({
|
||||||
|
root: window.location.origin + '/',
|
||||||
|
}),
|
||||||
|
],
|
||||||
beforeSend,
|
beforeSend,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user