Closed
Description
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
anyhow = "1"
sentry = { version = "^0.23.0", features = ["anyhow", "log", "slog", "backtrace", "default"] }
sentry-anyhow = "^0.23.0"
Steps to Reproduce
// send an anyhow error with backtrace included
sentry_anyhow::capture_anyhow(&err);
Expected Result
The stack trace would show up in sentry
Actual Result
The error shows up but not the stack.
Am I missing some feature flag?
Metadata
Metadata
Assignees
Labels
No labels
Activity