Matt Johnson-Pint

Results 429 comments of Matt Johnson-Pint
trafficstars

https://develop.sentry.dev/sdk/sessions/#session-update-filtering https://develop.sentry.dev/sdk/sessions/#filter-order

This appears to be working now, given that we have Portable PDB support.

@dreadedcoder - Thanks for the feedback. We'll take another look at this.

After reviewing in detail with @SeanFeldman, we found that this isn't something we can easily do ourselves. There are several reasons, but the main one is that most of the...

@bruno-garcia - Was this for a different use case than we implemented recently (with #2050)? The whole `StackFrameData` class appears to be unused, BTW.

However, it is the only place we have an `AotId` - so I wonder if that's what we need to help resolve #2180...

Ok, after diving in further, I'm pretty sure that we can delete `StackFrameData` as dead code. It was used as part of `MonoSentryStackTraceFactory`, which was deleted in #2050. Basically, it's...

Closing this issue, as it was handled by #2050 and corresponding Symbolic changes.

I took another look at this recently, and I have a solution. My last statement was incorrect - it is an enhancement that is required, and the SDK is currently...