We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b3231 commit 5ea56f0Copy full SHA for 5ea56f0
pghoard/monitoring/sentry.py
@@ -14,8 +14,8 @@ def __init__(self, config):
14
LOG.info("Sentry DSN not found, skipping setup")
15
return
16
try:
17
- from sentry_sdk.integrations.logging import LoggingIntegration
18
import sentry_sdk
+ from sentry_sdk.integrations.logging import LoggingIntegration
19
except ImportError:
20
LOG.info("Sentry SDK not found, skipping setup")
21
0 commit comments