getsentry / getsentry/sentry-react-native
Enable logging by default [React Native]
Abierto
Breaking Change
Logs
React-Native
Task
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.8k
- Forks
- 366
- Merge medio
- 1 d 5 h
- PR fusionados (30 d)
- 93
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.