You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DanielMauderer, thanks for reporting the issue.
Are you using rustlang/rust:nightly as the Docker image?
I'm unable to reproduce this with that image.
Environment
sentry = "0.36.0"
rust version: 1.83.0-nightly
Steps to Reproduce
I init sentry with this snippet below on my local machine it works without problems.
In my docker container however it panics.
I tried
curl www.google.com
and is succeeded so I have internet connection.Expected Result
No panic and logging correctly to my sentry dashboard just like my local env.
Actual Result
stack trace:
I can't figure out why the builder failes with an empty ErrorStack.
The text was updated successfully, but these errors were encountered: