graphql-python / graphql-python/graphql-core-legacy
Improve log errors
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.