Skip to content

Commit

Permalink
Merge pull request #2980 from croissanne/sentry-dontavoid
Browse files Browse the repository at this point in the history
sentry: stop avoiding the image-builder app
  • Loading branch information
Hyperkid123 authored Nov 20, 2024
2 parents 5ecbef3 + 0586e1e commit 75f99cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function initSentry() {
sentryInitialized = true;
const appDetails = getAppDetails();
//These two apps will not be set up as of now. This helps limit transacations
const avoidedApps = ['subscriptions', 'image-builder'];
const avoidedApps = ['subscriptions'];

// dsn: key
// environment: logs Prod or Prod Beta for filtering
Expand Down

0 comments on commit 75f99cf

Please sign in to comment.