getsentry / getsentry/sentry-python
Make the `structlog` integration for Sentry logs
Aperta
Feature
Logs
Python
- Lingua principale
- Python
- Stelle
- 2.2k
- Fork
- 669
- Merge medio
- 1g 1h
- PR unite (30g)
- 213
Descrizione
### Problem Statement
`structlog` logs can be sent to Sentry via the existing `LoggingIntegration`; however, this does not preserve the structuring of the logs (e.g. if the logs have custom attributes set, these are included in the log message). See [this example](https://github.com/getsentry/sentry-python/issues/4417#issuecomment-2910640972)
### Solution Brainstorm
Instead, create a dedicated `structlog` integration, which would add these logs to the log event as custom attributes.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.