getsentry / getsentry/sentry-java
Enable logging by default [Android]
Đang mở
Android
breaking change
Logs
Platform: Java
Task
- Ngôn ngữ chính
- Kotlin
- Star
- 1.4k
- Fork
- 478
- Merge trung bình
- 2 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 67
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.