fix(core): Ensure frontend sentry releases also follow semver (#14019)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2025-03-18 13:42:50 +01:00 committed by GitHub
parent 43e14b23b0
commit 401ed2ce11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ export class Server extends AbstractServer {
dsn: this.globalConfig.sentry.frontendDsn,
environment: process.env.ENVIRONMENT || 'development',
serverName: process.env.DEPLOYMENT_NAME,
release: N8N_VERSION,
release: `n8n@${N8N_VERSION}`,
}),
);
res.end();