Philippe Bernery

Results 16 issues of Philippe Bernery

### Problem Statement The https://docs.sentry.io/platforms/ruby/performance/instrumentation/custom-instrumentation/ documentation explains how to track custom transactions. However, it is not complete, calling `start_transaction` won't be enough, it has to be attached to the current...

Product Area: Performance
Waiting for: Product Owner

### Problem Statement I have some transactions that embed many spans, more than 1000. I have been told that this is a limit of Sentry, and that when it happens,...

enhancement
truncation

### Issue Description I report some concerns about PII, after discovering some data on Sentry that I didn't know was captured. I enabled Sentry Transaction/Performance 2 years ago. At this...

Waiting for: Product Owner

### Background Brakeman version: 7.0.2 Rails version: 8.0.2 Ruby version: 3.4.2 ### Issue I expect this code to raise a warning by Brakeman: ```erb Title: Content: ``` It uses html_safe,...

**Is your feature request related to a problem? Please describe.** I encounter the issue declared in https://github.com/presidentbeef/brakeman/issues/1763: the JUnit report is refused by CircleCI. **Describe the solution you'd like** While...

### Steps to reproduce ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Activate the gem you are reporting the issue against. gem...

With reproduction steps