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

### Issue Description Hello! In working recently with `sentry-ruby`, a colleague and I found that the recently added [global event processors](https://docs.sentry.io/platforms/ruby/enriching-events/event-processors/) from https://github.com/getsentry/sentry-ruby/issues/1974 don't seem to clear on invocation of...

Type: Bug

See https://github.com/getsentry/team-sdks/issues/14

## Summary This pull request allows `sentry-ruby` to grab DB configuration from `connection.instance_variable_get(:@config)` if that's defined and all else failed, but continue gracefully if the config is not there. Closes...

Add and test support for profiling transactions from sidekiq/delayed_job/resque, some customers have already shown interest.

sentry-sidekiq
sentry-delayed_job
sentry-resque
Feature
Ruby

https://github.com/jhawthorn/vernier does multithreaded stuff

enhancement
profiling

We use the cockroachdb Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter database.yml ``` development: adapter: cockroachdb host: foo.bar.local database: dev_db user: root port: 26257 pool: 25 disable_cockroachdb_telemetry: true ``` docker-compose.yml ``` version: "2" services: db:...

Feature
Ruby

And perhaps we should implement a better version of `close` and `Sentry.initialize?` 🤔 Specifically: - We don't erase hub variables, `@background_worker` and `@session_flusher` - `Sentry.initialize?` is backed by a simple...

refactoring
Ruby

* consolidate `sentry-trace`/`baggage` header generation like [python](https://github.com/getsentry/sentry-python/blob/f71a8f45e780525e52fa5868f45bb876dcf0994b/sentry_sdk/hub.py#L700-L731)

enhancement

### Issue Description I have a method that will try to perform an operation, and if it fails it will attempt it again within the rescue block, up to 20...

truncation
Improvement
Ruby

investigate on a sample app with sidekiq/redis/some outgoing http logic every span is promoted to a transaction

Type: Bug
sentry-opentelemetry