Skip to content

Commit ec7a55d

Browse files
authored
Merge pull request #1475 from codeflash-ai/enable-sentry
Update sentry.py
2 parents f5e42b0 + 0f32a84 commit ec7a55d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/telemetry/sentry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
def init_sentry(enabled: bool = False, exclude_errors: bool = False):
8-
return
98
if enabled:
109
sentry_logging = LoggingIntegration(
1110
level=logging.INFO, # Capture info and above as breadcrumbs

0 commit comments

Comments
 (0)