sentry-elixir
sentry-elixir copied to clipboard
The official Elixir SDK for Sentry (sentry.io)
I noticed that one of the test runs got stuck and ran for over half an hour so I figured a timeout would be helpful.
Here's a test setup that does e2e testing with a real phoenix app. This will be handy when testing more complex integrations like OTel stuff for a good start. It...
⚠️ this is currently built on top of #797 - I'll rebase once it's merged --- This adds support for Traces via Opentelemetry integration, handled by our custom `Sentry.Opentelemetry.SpanProcessor` which...
We've recently adopted the Oban integration with Sentry but have noticed that some of our jobs do not play nice with the assumptions in the library. We have a pattern...
**Documentation** https://develop.sentry.dev/sdk/telemetry/profiles/sample-format-v2/ **References** * JavaScript / Node SDK * Python SDK * Android SDK * iOS / Cocoa SDK
Support https://develop.sentry.dev/sdk/client-reports/ If tracing is supported by the time this issue is handled, we would also want to report dropped spans: https://github.com/getsentry/projects/issues/70
Currently `in_app_module_allow_list` defaults to an empty list, so most users don't get good in-app frames marked. Ruby for instance defaults to a combination of project root + known common directory...
### Environment v10.6.2 ### Steps to Reproduce This is memory usage with our base config:  In absolute terms it is not that much memory, but it can go up...