getsentry / getsentry/sentry-java
Enable logging by default [Java]
Open
breaking change
Java
Logs
Platform: Java
Task
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
Update logs behavior to follow the same opt-in model as `enableMetrics`:
* Users are considered opted-in when:
* They call the equivalent of `Sentry.logger.*`, or
* They explicitly enable a logging integration.
* Change default: set enable logs to `true`.
* Audit all logging integrations to ensure:
* No logs are emitted unless the integration is explicitly enabled.
* Update documentation:
* Explain new default behavior of `enableLogs`.
* Clarify requirement to explicitly enable logging integrations.
Contributor guide
Assessment
This issue has not been assessed yet.