Merge pull request #1475 from codeflash-ai/enable-sentry
Update sentry.py
This commit is contained in:
commit
ec7a55de4a
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ from sentry_sdk.integrations.logging import LoggingIntegration
|
|||
|
||||
|
||||
def init_sentry(enabled: bool = False, exclude_errors: bool = False):
|
||||
return
|
||||
if enabled:
|
||||
sentry_logging = LoggingIntegration(
|
||||
level=logging.INFO, # Capture info and above as breadcrumbs
|
||||
|
|
|
|||
Loading…
Reference in a new issue