Skip to content
Snippets Groups Projects
Commit 9e6030d5 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

sentry: Allow to init sentry with no DSN

When providing a None DSN to sentry_sdk.init, sentry client is initialized
and functional but the events are not sent.

This type of configuration is useful when running tests so ensure to always
initialize sentry in swh.core.sentry.init_sentry regardless of the dsn value.
parent 5158300b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment