-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Well, at https://github.com/BeezUP let's say we don't have only rollbar as a logger, so we have a unique error identifier of our own. Could we have a way to provide it to your api so it can override your UUID creation (
Rollbar.NET/Rollbar/DTOs/Data.cs
Line 156 in bf94ed5
| this.GuidUuid = Guid.NewGuid(); |
Describe the solution you'd like
Somewhere in those lines, a way to override the UUID prior to send the exception.
var package = new ExceptionPackage(exception);
_rollbar.Error(package);