Skip to content

Commit

Permalink
Update packages/gateway/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 9b974a1 commit 1c0469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/src/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const getPlugins = () => {
dsn: SENTRY_DSN,
environment: process.env.DOMAIN,
initialScope: {
tags: { service: 'ocrvs_gateway' }
tags: { service: 'gateway' }
}
},
catchLogErrors: true
Expand Down

0 comments on commit 1c0469c

Please sign in to comment.