Skip to content

Commit

Permalink
change sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jan 31, 2024
1 parent bdd711f commit 334e632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/search/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Sentry.init({
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
integrations: [],
environment: process.env.SENTRY_ENVIRONMENT,
release: `${pkg.name}@${pkg.version}`,
release: `saleor-app-${pkg.name}@${pkg.version}`,
});
2 changes: 1 addition & 1 deletion apps/search/sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
environment: process.env.SENTRY_ENVIRONMENT,
release: `${pkg.name}@${pkg.version}`,
release: `saleor-app-${pkg.name}@${pkg.version}`,
});
2 changes: 1 addition & 1 deletion apps/search/sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
environment: process.env.SENTRY_ENVIRONMENT,
release: `${pkg.name}@${pkg.version}`,
release: `saleor-app-${pkg.name}@${pkg.version}`,
});

0 comments on commit 334e632

Please sign in to comment.