sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
> Also, in the longer term this is also a feature request for first class `concurrent-ruby` and `Thread` support that accounts for various use cases like this one, so I...
I recently set up a basic ruby on rails project. e.g. `rails new blog` I went to integrate sentry and followed the rails setup https://docs.sentry.io/platforms/ruby/guides/rails/ ```Gemfile gem "stackprof" gem "sentry-ruby"...
## Request MongoDB in queries is supported in Python and JS SDKs. Would be nice with Ruby support too. https://sentry.io/changelog/mongodb-is-now-supported-by-queries/ ## More details This is how it's implemented in Skylight...
_Originally posted by @ghiculescu in https://github.com/getsentry/sentry-ruby/pull/2117#discussion_r1829957464_
### Issue Description sentry-rails 5.23.0 seems to make active record much slower. ### Reproduction Steps I monitor things with ScoutAPM. - My baseline is ruby 3.1.7 with YJIT off with...
> @Linuus doing this in the clockwork process **only** should work as a workaround if you need it urgently. > > ```ruby > Sidekiq.configure_client do |config| > config.client_middleware do |chain|...
### Issue Description The `json`-gem has introduced deprecation warnings in 2.8.0, see https://github.com/ruby/json/pull/643. When using Sentry this leads to the following deprecation: ``` /app/vendor/bundle/ruby/3.3.0/gems/json-2.8.1/lib/json/common.rb:288: warning: JSON.generate: UTF-8 string passed as...
Sometimes exception objects have attributes that could be useful metadata, let's extract and send those out (not sure where in the payload).
This makes it consistent with behavior in other SDKs. But since it changes behavior, we will release it as part of the next major.