James Crosswell
James Crosswell
@haneytron is there any way you could help us reproduce this? Running things locally with 4.7.0, the memory usage with profiling enabled has been stable and minimal.
@haneytron that would be great... anything really to try to narrow it down to something we might be able to reproduce. If it's possible, something else that would probably help...
See [Built in Metrics](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics) I think we can tap into these using the [MeterListner API](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-collection#create-a-custom-collection-tool-using-the-net-meterlistener-api).
> Added `FirstChanceException` to the list (I recall we talked about it but I couldn't find a ticket) Yeah I remember discussing it. Were we just thinking of a counter...
> However, that doesn't seem to be right because SentryTransction doesn't have such a method. I take it [this](https://github.com/getsentry/sentry-dotnet/blob/84925a9da90197e88ef41013e80e028358b9951f/src/Sentry/ISpan.cs#L87-L93) is related to the comment re extension methods vs class methods.
@vaind I think you might have bumped into this: - https://github.com/getsentry/sentry-dotnet/issues/2399 I hit that when I first started working with Sentry as well. Still not sure what the implications of...
@bitsandfoxes I think this one is going on the back burner for a little bit so we could change the priority. I think most of the research has been done...
## Sentry CLI support * [Creating Releases](https://docs.sentry.io/cli/releases/#creating-releases) * [Commit integration](https://docs.sentry.io/cli/releases/#commit-integration) ## Source Link capabilities out of the box with .NET 8+ [Source Link included in the .NET SDK](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/source-link) for version...
We're not going to do this.
Hi @phinett, Out of the box, Sentry integrates with `Microsoft.EntityFrameworkCore` and `System.Data.SqlClient`. In both cases this is done by listening for events that get sent via `System.Diagnostics.DiagnosticSource`: - [SentrySqlListener.cs](https://github.com/getsentry/sentry-dotnet/blob/main/src/Sentry.DiagnosticSource/Internal/DiagnosticSource/SentrySqlListener.cs) -...