Skip to content

Support for WebApi

Compare
Choose a tag to compare
@QuantumNightmare QuantumNightmare released this 30 Jul 03:42
· 1662 commits to master since this release
  • Raygun4Net now has support for WebApi projects. To use, call the static RaygunWebApiClient.Attach method within the WebApiConfig.Register method of your project.
  • By default, Raygun will strip away TargetInvocationExceptions, HttpUnhandledExceptions and AggregateExceptions then send their inner exceptions. RaygunClient now has a RemoveWrapperExceptions method which can be used to specify these wrapper exception types that you actually want to be fully sent by Raygun.
  • Added a null check to resolve a bug and allow null exceptions to be sent.