Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed May 22, 2024
1 parent 049f97b commit d9b7b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gui/etcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const initSentryMain = once(() => {
settings.getSync('analyticsSentryToken') || process.env.SENTRY_TOKEN;

SentryMain.init({
debug: process.env.ETCHER_DEBUG === 'true',
dsn,
beforeSend: anonymizeSentryData,
});
Expand Down

0 comments on commit d9b7b10

Please sign in to comment.