Skip to content

Commit

Permalink
Update packages/notification/src/config/plugins.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Riku Rouvila <[email protected]>
  • Loading branch information
jamil314 and rikukissa authored Oct 31, 2024
1 parent 2bee052 commit b5e7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notification/src/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function getPlugins() {
environment: process.env.DOMAIN,
dsn: SENTRY_DSN,
initialScope: {
tags: { service: 'ocrvs_notification' }
tags: { service: 'notification' }
}
},
catchLogErrors: true
Expand Down

0 comments on commit b5e7e72

Please sign in to comment.