Skip to content

Commit

Permalink
Making settings valid when sentry is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Aug 4, 2023
1 parent 76c9734 commit 59c36f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uber/configspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1842,8 +1842,8 @@ release = string(default="")

[[/]]
tools.add_email_to_error_page.on = boolean(default=True)
tools.sentry_end_transaction.on = boolean(default=True)
tools.sentry_start_transaction.on = boolean(default=True)
tools.sentry_end_transaction.on = boolean(default=False)
tools.sentry_start_transaction.on = boolean(default=False)

# custom logging output:
# turn off normal traceback and header logging on errors, instead use our custom verbose logger that prints more info
Expand Down

0 comments on commit 59c36f9

Please sign in to comment.