David Haney

Results 18 comments of David Haney

Happy to help - what are you looking for an example of?

I just ran into this issue also. Last night I installed the Sentry profiler. With profiling enabled at 0.2 with tracing at 0.2 my app which normally runs at 5-10%...

I'm re-enabling and redeploying now at 0.2 and 0.2. Code: ```csharp // Sentry monitoring builder.WebHost.UseSentry((ctx, sentryConfig) => { // For Sentry config later on var sentryOptions = new SentryOptions(); ctx.Configuration.GetSection("SentrySettings").Bind(sentryOptions);...

Appears to still be an issue with 4.7.0 - turning it back off for now. ![image](https://github.com/getsentry/sentry-dotnet/assets/5252983/a072e3e3-d8a2-410d-ae3e-b6fa74721a88)

@jamescrosswell I can certainly do my best. The app in question is a production app that I can't really be experimenting with. But I can probably temporarily spin up a...

@jamescrosswell sorry for the delay. I'll be testing this today.

I've deployed to a dedicated Azure AppService (Linux) slot. I've enabled profiling per the settings above (0.2/0.2) and am now waiting for the app to repro the perf issues. Once...

@jamescrosswell yeah it's spinning out of control. I'm going to let it run for an hour or two until it starts timing out requests, then capture a memory dump. I'm...

So after a few hours of literally 0 traffic here's the memory pattern and CPU pattern. Memory: ![image](https://github.com/getsentry/sentry-dotnet/assets/5252983/eb987c19-b990-4c74-9c12-d9e635634234) The peaks here are 600MB of working set, my app normally runs...

Disabling SignalR didn't change things. I'll try disabling the `HostedService` classes next. ![image](https://github.com/getsentry/sentry-dotnet/assets/5252983/38575eb5-9842-44ef-9289-4a3255ac675c) Those drops in CPU are every 45 minutes almost on the dot. Probably an Azure hosting thing...