Eric Sampson

Results 107 comments of Eric Sampson

> I'm wondering how we could auto-parameterize URL though For sure it's not going to be 100% perfect, but I think that this is one of those cases where "good...

@jamescrosswell in our monolith, we have created tons of different external HTTP clients that all derive from a single base class `HttpClientBase.cs` that exposes methods like ` public async Task...

@bruno-garcia see this screenshot if it helps. ![Image](https://github.com/user-attachments/assets/5ed76b2c-624b-445b-80db-21f785309200) You are correct, this is the entire Sentry raw stack from from the Issue in question; they are all identical regardless of...

I'm happy to provide a direct link to a relevant Sentry issue if I can do so privately rather than via this Github repo :) Cheers

it's probably unrelated from a technical standpoint, but I was searching Sentry repos and found this one that was similar: https://github.com/getsentry/sentry-javascript/pull/14515

@bruno-garcia is there anything that could be done to help bump this across the line? It's a real pain point for us, and I can't imagine how it is not...

@bruno-garcia address with #4724, thanks!

@jamescrosswell https://github.com/getsentry/sentry-dotnet/pull/4762

> If you just filtered out the DB spans, you'd presumably end up with a partial trace that might be a bit hard to make sense of. I mean it...