Matt Johnson-Pint

Results 429 comments of Matt Johnson-Pint
trafficstars

Any chance we could get a minimal repro? Thanks.

It would appear this behavior changed in #1079, release with 3.6.0. A code comment was added at that time: > ```csharp > // Note: even though the informational version could...

Ok, first - I would like to apologize because I was wrong. I totally misinterpreted those comments and how they relate to the code. It turns out we actually didn't...

Clear example, `Sentry.Span` conflicting with `System.Span`. Before simply renaming everything, we should re-think our type names within the context of implict/global usings. Does the whole .NET ecosystem need to re-think...

Discussed. I think we should do this for the next major (4.0), especially in light of global usings. Another good example is `Transaction`, which should be `SentryTransaction`. Lets do this...

Note, this also applies to `BeforeBreadcrumb`, and our docs already (incorrectly) state that hints are supported. https://docs.sentry.io/platforms/dotnet/configuration/options/#before-breadcrumb

I'll need this for MAUI also, to add automatic instrumentation for performance tracing.

Yes. I picked this up again a couple of weeks ago, starting with reviving #1015. There's a lot of work still to do, and I'm not sure exactly when it...

Looks like it still is being built for netstandard2.0, so net461 should still work - no?