Matt Johnson-Pint
Matt Johnson-Pint
If you would like to collaborate, please join our Discord server. https://discord.com/invite/Ww9hbqr We use the `#dotnet` channel, or you can DM me there `@mattjohnsonpint`. Thanks.
> CaptureException is thread-safe right? Yes.
Thinking this through more over time, I think we need to keep the `net461` target. The main reason is that dropping it would go aginst Sentry's stated philosophy: https://develop.sentry.dev/sdk/philosophy/#compatibility-is-king Since...
What this really needs to check is that in all paths, if an unhandled exception causes the session to become unhealthy, that we always update the session. If, for example,...
We haven't forgotten about this, there's just been a few other things prioritized higher. For now, use the workaround above. Thanks.
The approach would be similar, but it looks like we would need new middleware that implements `IFunctionsWorkerMiddleware`. Also, we'd hopefully want a solution that would with with both in-process and...
To clarify, mobile vitals are planned as part of the larger performance monitoring issue (https://github.com/getsentry/sentry-dotnet/issues/1837), which will be post-GA. Thanks for following along and your continued patience!
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing-instrumentation-walkthroughs
Just an update for everyone. This is still on our radar, and we're planning out how it would work exactly. We'd like to have support for Open Telemetry in the...
This should mirror the behavior we have with `MinimumBreadcrumbLevel` and `MinimumEventLevel` in Sentry.Extensions.Logging. See https://docs.sentry.io/platforms/dotnet/guides/extensions-logging/#options