Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions isic/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
traces_sampler=get_sentry_performance_sample_rate,
profiles_sampler=get_sentry_performance_sample_rate,
)
sentry_sdk.integrations.logging.ignore_logger("django.security.DisallowedHost")
# Node-status and retry chatter from the Elasticsearch transport;
# real Elasticsearch failures still raise exceptions.
sentry_sdk.integrations.logging.ignore_logger("elastic_transport.transport")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we still want these as breadcrumbs, I'm not sure.