Skip to content

Commit 0f32a84

Browse files
committed
Update sentry.py
1 parent f5e42b0 commit 0f32a84

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)