getsentry/sentry-ruby

Guard job arguments behind `send_default_pii`

Open

#2 792 ouverte le 25 nov. 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)Ruby (537 forks)github user discovery
7.0Good First IssueImprovementRubySpansbreaking

Métriques du dépôt

Stars
 (988 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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 able to have a configuration for it.

Solution Brainstorm

No response

Guide contributeur