mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32: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,
|
||||
release,
|
||||
environment,
|
||||
integrations: [
|
||||
Sentry.rewriteFramesIntegration({
|
||||
root: window.location.origin + '/',
|
||||
}),
|
||||
],
|
||||
beforeSend,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user