sentry v4.0.3 Sentry.Event
Provides an Event Struct as well as transformation of Logger entries into Sentry Events.
Summary
Functions
Creates an Event struct out of context collected and options
Options
:exception
- expection:message
- message:stacktrace
- a list of Exception.stacktrace():extra
- map of extra context:user
- map of user context:tags
- map of tags context:request
- map of request context:breadcrumbs
- list of breadcrumbs:level
- error level
Transforms an Exception to a Sentry event.
Options
:stacktrace
- a list of Exception.stacktrace():extra
- map of extra context:user
- map of user context:tags
- map of tags context:request
- map of request context:breadcrumbs
- list of breadcrumbs:level
- error level
Types
Functions
Creates an Event struct out of context collected and options
Options
:exception
- expection:message
- message:stacktrace
- a list of Exception.stacktrace():extra
- map of extra context:user
- map of user context:tags
- map of tags context:request
- map of request context:breadcrumbs
- list of breadcrumbs:level
- error level