sentry-ruby
sentry-ruby copied to clipboard
Sentry SDK for Ruby
https://github.com/rails/solid_queue
### Issue Description With Vernier installed and configured as the profiler, there is a random segmentation fault encoutered inside Sentry, causing a 500 error user-facing, but no exception ever reported...
## Describe the idea Support for Sentry's feature flags in Ruby SDK. Background: https://github.com/getsentry/sentry/discussions/73542#discussioncomment-11671314 ## Why do you think it's beneficial to most of the users > Enabling a feature...
### Description See https://github.com/getsentry/projects/issues/316 To increase the chance of capturing complete traces when users return a new sample rate tracesSampler in backend services, we propagate the random value used by...
### Issue Description This issue gathers random failures we get from some flaky tests. ## Failure 01 - Ruby 3.3 ``` Failures: 1) Sentry::Client integrated error handling testing with HTTPTransport...
### Problem Statement User mentions that incoming query string parameters are getting truncated for the URL field when received by Sentry. This is preventing them from seeing the full visited...
### Issue Description I have a project that uses `sentry-ruby`, `sentry-rails`, and `sentry-sidekiq`, all of version 5.21.0. When I enable Profiling according to the docs and deploy the application, I...
Started with jruby 9.4.12.0 update: https://gist.github.com/solnic/91a308f67049a8397bcd2191a7f9208c
https://develop.sentry.dev/sdk/telemetry/logs/ Sentry is adding support for [structured logging](https://github.com/getsentry/sentry/discussions/86804). Let's add it to the Ruby SDK! 1. Define the [logs protocol](https://develop.sentry.dev/sdk/telemetry/logs/#logs-protocol) and log envelope item in the SDK 1. Add the...
### Issue Description The test teardown method `teardown_sentry_test` clears the global event processors `Sentry::Scope.global_event_processors`. Any application global event processors are wiped after one test. Reasoning: 1. The global event processors...