MindscapeHQ / raygun4net

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

Fixed issue where Uri/Guid couldn't be serialized #546

Closed phillip-haydon closed 2 months ago

phillip-haydon commented 2 months ago

Fixes issue #307 where types that call .ToString() end up with [Circular reference detected, object not serialized] instead of the ToString() value.