getsentry/sentry-ruby

Guard job arguments behind `send_default_pii`

Open

#2,792 创建于 2025年11月25日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Ruby (537 fork)github user discovery
7.0Good First IssueImprovementRubySpansbreaking

仓库指标

Star
 (988 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南