MindscapeHQ / serilog-sinks-raygun

A Serilog sink that writes events to Raygun
Apache License 2.0
11 stars 20 forks source link

Fix RaygunSink not formatting request/response data for code Enricher #70

Closed phillip-haydon closed 9 months ago

phillip-haydon commented 9 months ago

When removing the enricher, I removed the code which formatted the request/response data. This PR re-introduces the methods to do the formatting so when the code enricher is used it will format like it used to.

Also bumped the dependency on Raygun4Net so that when Custom Raygun Client Provider is used it will automatically allow you to pass in the HttpClient, without this bump the implicit dependency would be v8.0.0 instead of v8.2.0 which does not have the ctor change.