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

https://github.com/rails/solid_queue

active_job
Waiting for: Product Owner
Feature
Ruby

### 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...

Profiles
vernier
upstream
Bug
Ruby

## 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...

Feature
Ruby

### 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...

Ruby

### 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...

ci
Ruby

### 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...

truncation
Improvement
Ruby

### 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...

Profiles
Improvement
Ruby

Started with jruby 9.4.12.0 update: https://gist.github.com/solnic/91a308f67049a8397bcd2191a7f9208c

ci
Ruby

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...

Feature
Logs
Ruby

### 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...

question
Ruby
Tests