sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
## Description Dear maintainers, I am a happy early adopter of the new `Sentry::TestHelper` (#1773), and I would like to make an improvement. I expected the `Sentry::TestHelper#teardown_sentry_test` method to clear...
The span nesting is still not 100% correct since the db spans here should be under the controller. This is because we just subscribe to the rails notifier signals and...
### Problem Statement There is no mechanism to control where tracing is or is not propagated to. Leading to possibly sending useless tracing headers and contextual data to endpoints where...
Not directly related to this change, but I think conceptually a `Span` should always have a `transaction`? Because a `Transaction` always has itself as the `transaction`, and it'll pass down...
### Issue Description I believe that the `MonotonicActiveSupportLogger` is not submitting correct data to `Sentry::Breadcrumb`. We saw breadcrumb dates hovering around 1970 when we enabled this; switching to `ActiveSupportLogger` fixed...
### Issue Description A customer reported issues sending unhandled errors to Sentry using the sidekiq SDK. While events sent with `captureException` were sent correctly. The customer believes the issue is...
Hi There, I'm setting up releases in the sentry.rb initialiser in rails following the documentation, https://docs.sentry.io/platforms/ruby/configuration/releases/#setting-a-release The format i use in the release config is, `config.release = app_name@app_version` I can...
* new `Sentry::Metrics` module with 4 apis that map to the new 4 `Sentry::Metrics::Metric` classes * `increment` - simple counter * `distribution` - array of observations * `gauge` - statistics...
https://github.com/getsentry/team-sdks/issues/36 ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-ruby/pull/2247 - [ ] timing function - [ ] callback - before_emit - [ ] local aggregator on span - [ ] force...