mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Ensure sentry releases follow semver (no-changelog) (#13907)
This commit is contained in:
committed by
GitHub
parent
eec325127c
commit
86b791167a
@@ -74,7 +74,7 @@ export abstract class BaseCommand extends Command {
|
||||
serverType: this.instanceSettings.instanceType,
|
||||
dsn: backendDsn,
|
||||
environment,
|
||||
release: N8N_VERSION,
|
||||
release: `n8n@${N8N_VERSION}`,
|
||||
serverName: deploymentName,
|
||||
releaseDate: N8N_RELEASE_DATE,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user