Skip to content

Commit

Permalink
fix: [del] with_locals do sentry_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsoncm committed May 27, 2024
1 parent 549eb4a commit 1e3b9d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/observabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
debug=env_as_bool("SENTRY_DEBUG", False),
environment=env("SENTRY_ENVIRONMENT", "local"),
max_breadcrumbs=env_as_int("SENTRY_MAX_BREADCRUMBS", 100),
with_locals=env_as_bool("SENTRY_WITH_LOCALS", True),
ignore_errors=[DisallowedHost],
# release=env('SENTRY_RELEASE', '1.0.0'),
# attach_stacktrace=env('SENTRY_ATTACH_STACKTRACE', 'off'),
Expand Down

0 comments on commit 1e3b9d4

Please sign in to comment.