fix(core): Ensure sentry releases follow semver (no-changelog) (#13907)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-03-14 17:48:34 +01:00
committed by GitHub
parent eec325127c
commit 86b791167a
4 changed files with 17 additions and 21 deletions

View File

@@ -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,
});