MindscapeHQ / raygun4net

Raygun provider for .NET
https://raygun.com
MIT License
125 stars 91 forks source link

[APM-488] Disable profiling support #450

Closed Deacon-McIntyre closed 3 years ago

Deacon-McIntyre commented 3 years ago

Raygun4Net will take over the APM sampling from the agent if Raygun4Net is installed into an app that has the APM profiler attached. We have removed this for .NET Core - see https://github.com/MindscapeHQ/raygun4net/pull/449

Since it has been removed for the .NET Core part of Raygun4Net, we are opting to also remove it from the rest of Raygun4Net. This is for both consistency and maintainability.

Testing