feat(editor): Improve Sentry ignore definitions for class instance types (no-changelog) (#11208)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Alex Grozav
2024-10-10 17:21:58 +03:00
committed by GitHub
parent 6c6a8efdea
commit 3d2fbcfd93
5 changed files with 109 additions and 23 deletions

View File

@@ -252,6 +252,7 @@ export class Server extends AbstractServer {
JSON.stringify({
dsn: this.globalConfig.sentry.frontendDsn,
environment: process.env.ENVIRONMENT || 'development',
serverName: process.env.DEPLOYMENT_NAME,
release: N8N_VERSION,
}),
);