mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Ensure frontend sentry releases also follow semver (#14019)
This commit is contained in:
committed by
GitHub
parent
43e14b23b0
commit
401ed2ce11
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user