mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Add rewriteFramesIntegration
to sentry (no-changelog) (#13634)
This commit is contained in:
parent
5ac8691946
commit
c1fe785174
|
@ -53,6 +53,11 @@ export const SentryPlugin: Plugin = {
|
|||
dsn,
|
||||
release,
|
||||
environment,
|
||||
integrations: [
|
||||
Sentry.rewriteFramesIntegration({
|
||||
root: window.location.origin + '/',
|
||||
}),
|
||||
],
|
||||
beforeSend,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue