One enable_logs
option in init()
and override config in Integrations
#4153
Labels
enable_logs
option in init()
and override config in Integrations
#4153
The logs feature can be enabled/disabled by one
enable_logs
option tosentry_sdk.init()
.The logging integrations (
LoggingIntegration
,LoguruIntegration
) should have an config option to disable Sentry logs for one integration, even ifenable_logs=True
ininit()
.The text was updated successfully, but these errors were encountered: