sentry-ruby icon indicating copy to clipboard operation
sentry-ruby copied to clipboard

Sentry SDK for Ruby

Results 191 sentry-ruby issues
Sort by recently updated
recently updated
newest added

## 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...

sentry-ruby

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...

bug
enhancement
Status: Backlog

### 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...

enhancement
Status: Backlog

Closes #1522

enhancement
sentry-ruby
Stale

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...

enhancement
Status: Backlog

### 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...

sentry-rails
Ruby

### 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...

bug
Status: Backlog

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...

question
Status: Backlog

* 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...