kiwicom / structlog-sentry

Sentry integration for structlog
MIT License
103 stars 28 forks source link

Support stacktrace sending when stack_info is enabled (#87) #158

Open devonwarren opened 2 months ago

devonwarren commented 2 months ago

Utilize the capture_internal_exceptions function to send exceptions if the stack_info flag is set so that the entire stack trace is captured in Sentry.

event_from_exception does not support sending the entire stack (ref: https://github.com/getsentry/sentry-python/issues/338)

Closes #87