Skip to content

Add into ExceptionMappersStorage ability to log all exceptions that mapped  #36

@Alex009

Description

@Alex009

To not add logging in all places where we call mapping of exception we should add ability to ExceptionMappersStorage to pass onMap lambda, where we can add logging.
example:

ExceptionMappersStorage.onMap { exc, type ->
    Napier.e("exception mapping", exc)
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions