Skip to content

A way to set a custom UUID #552

@jrouaix

Description

@jrouaix

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 (

this.GuidUuid = Guid.NewGuid();
), so our errorId will match everywhere in the system and many monitoring dashboards.

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);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions