sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
### Issue Description Something fails in production and all I see in the logs is this message, which is not helpful since I need the original backtrace and error message...
### Problem Statement I'm not sure if this is the right place for it, but from what I can see there's currently no support to see Sequel queries in Insights....
### Issue Description On server startup, when Sentry configuration may not be fully initialized, it seems that there are spots where `Sentry.configuration` may be `nil`. This is very similar to...
resolves #2801. - `Sentry::LogEvent` does not correctly handle nested attributes (such as Rails ActionController's params) - This PR adds support for it
* create user docs (see [Python](https://docs.sentry.io/platforms/python/metrics/), [Javascript](https://docs.sentry.io/platforms/javascript/metrics/)) * clarify whether to add quickstart example for your SDK * when merged, change SDK from [upcoming](https://docs.sentry.io/product/explore/metrics/getting-started/#upcoming-sdks) to [supported](https://docs.sentry.io/product/explore/metrics/getting-started/#supported-sdks)
We want to define a set of [lightweight metrics](https://docs.sentry.io/product/explore/metrics/) that SDKs can automatically collect for e.g. framework, language or platform, focusing only on signals that **do NOT overlap with Tracing**....
## Description This PR improves the readability of cron monitor slugs in the Sentry web UI by implementing better name formatting and intelligent truncation with hashing for long class names....
## Overview This PR introduces an integration for [GoodJob](https://github.com/bensheldon/good_job) that provides error capture with enriched context, performance monitoring, and cron monitoring for applications using GoodJob as their ActiveJob backend. ##...
### Issue Description `Sentry::LogEvent` does not correctly handle nested attributes (such as Rails ActionController's params) ### Reproduction Steps - Clone repo https://github.com/vivekmiyani/bookmarks.git - Run rails server ``` SENTRY_DSN=REPLACE_ME rails s...
### Problem Statement Sentry by default pushes job arguments: https://github.com/getsentry/sentry-ruby/blob/master/sentry-rails/lib/sentry/rails/active_job.rb#L109 The arguments can contain PIIs. We are currently filtering them out in `before_send` but it would be better to be...