sentry v1.1.0 Sentry.Logger

Use this if you’d like to capture all Error messages that the Plug handler might not. Simply set use_error_logger to true.

This is based on the Erlang error_logger.

  config :sentry,
    use_error_logger: true

Summary

Functions

Internally all modules are prefixed with Elixir. This function removes the Elixir prefix from the module when it is converted to a string

Functions

init(mod, list)
strip_elixir_prefix(module)

Internally all modules are prefixed with Elixir. This function removes the Elixir prefix from the module when it is converted to a string.