sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
### 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...
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.
https://github.com/jhawthorn/vernier does multithreaded stuff
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:...
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...
* consolidate `sentry-trace`/`baggage` header generation like [python](https://github.com/getsentry/sentry-python/blob/f71a8f45e780525e52fa5868f45bb876dcf0994b/sentry_sdk/hub.py#L700-L731)
### 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...
investigate on a sample app with sidekiq/redis/some outgoing http logic every span is promoted to a transaction