graphql-python / graphql-python/graphql-core-legacy
Improve log errors
Aperta
- Lingua principale
- Python
- Stelle
- 372
- Fork
- 175
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
With the current log error call log message sent to Sentry are being truncated.
https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/utils.py#L155
https://forum.sentry.io/t/tracebacks-are-being-truncated/7304/2
One solution is to use `log.error()` with `exc_info=True`.
https://forum.sentry.io/t/some-stack-traces-are-truncated/7309
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.