mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +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,
|
dsn: this.globalConfig.sentry.frontendDsn,
|
||||||
environment: process.env.ENVIRONMENT || 'development',
|
environment: process.env.ENVIRONMENT || 'development',
|
||||||
serverName: process.env.DEPLOYMENT_NAME,
|
serverName: process.env.DEPLOYMENT_NAME,
|
||||||
release: N8N_VERSION,
|
release: `n8n@${N8N_VERSION}`,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
res.end();
|
res.end();
|
||||||
|
|||||||
Reference in New Issue
Block a user