Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Nov 29, 2023
1 parent 8632d90 commit 451d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const lowSeverityLevels: SeverityLevel[] = ['log', 'info'];
dsn: configService.get('SENTRY_DSN'),
debug: true,
environment: 'prod',
release: 'backend@' + process.env.npm_package_version,
release: 'deployer-backend@' + process.env.npm_package_version,
whitelistUrls: [/https?:\/\/(.*)\.?aam-digital\.com/],
initialScope: {
tags: {
Expand Down

0 comments on commit 451d0a0

Please sign in to comment.