Skip to content

Minor: only import sentry_sdk if sentry_dsn is enabled

Bruno Duyé requested to merge make_sentry_require_optional into master

Sentry is an optional dependency that can cause problem to install.

I had to move the require statement to use API without Sentry without crash

Merge request reports