Skip to content

Inconsistency in added tags like "UnhandledException" #394

@fschwiet

Description

@fschwiet

It's nice that the tag "UnhandledException" gets added sometimes.. but it would be nice if every report that was initiated by Raygun had a tag indicating how the exception was caught..

For example, on on Android we have the UnhandledException tag, but not on Mac. I would hope both platforms would have such a tag:

A second example is that in Android we have the same tag used for separate handlers. I would hope both exception sources could have their own name:

This seems like a straightforward thing to improve, heck maybe even I could do it. I wanted to get feedback though to find out if the project owners think it is a good idea. It seems adding tags should be safe, there might be more risk in changing tags (I would like to change

_client.Send(e.Exception, new List<string>() { "UnhandledException" });
to use "UnhandledExceptionRaiser" instead of "UnhandledException").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions