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 f5e42b0 + 0f32a84 commit ec7a55dCopy full SHA for ec7a55d
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