-
-
Notifications
You must be signed in to change notification settings - Fork 164
No events captured when compiled in --release
(production
environment)
#502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this is a library I made to have a common configuration for logging across multiple apps I'm maintaining, not sure if it's a bug in this library or it's some configuration mistake I made |
I've investigated further, this wasn't an issue with my dev/prod environment, but rather ... yeah /\ I'm running my stuff inside a docker container, no idea why that would cause an issue but yeah, if anyone has any ideas how to fix this please share :D |
Maybe you need to update your root CA certificates in the docker container? Otherwise not sure, certificates should be up to date on our end, maybe @beezz can double check? |
I'm closing this issue, as there haven't been any updates in a while. |
Environment
What version are you running? Etc.
Steps to Reproduce
Expected Result
In my sentry dashboard I'd expect to see errors (events in general actually) that occured in
production
environmentActual Result
I only see events for
development
environment (compiled without--release
flag)The text was updated successfully, but these errors were encountered: