Skip to content

Commit

Permalink
add comment explaning almost duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron committed Sep 11, 2024
1 parent 8455d79 commit 5b75c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clockwork_web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
register_config("flask.login_disabled", False, validator=boolean)

register_config("sentry.dsn", "", validator=string)
register_config("sentry.dns", "", validator=string)
register_config("sentry.dns", "", validator=string) # deprecated because typo
register_config("sentry.traces_sample_rate", 1.0, validator=anything)

LOGGING_LEVEL_MAPPING = dict(
Expand Down

0 comments on commit 5b75c63

Please sign in to comment.