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.
2 parents 177772a + ec7a55d commit de2083bCopy full SHA for de2083b
codeflash/telemetry/sentry.py
@@ -5,7 +5,6 @@
5
6
7
def init_sentry(enabled: bool = False, exclude_errors: bool = False):
8
- return
9
if enabled:
10
sentry_logging = LoggingIntegration(
11
level=logging.INFO, # Capture info and above as breadcrumbs
0 commit comments