logger_sentry icon indicating copy to clipboard operation
logger_sentry copied to clipboard

Elixir Logger backend for Sentry

Results 1 logger_sentry issues
Sort by recently updated
recently updated
newest added

In https://github.com/Tubitv/logger_sentry/wiki/Use-example one example uses the function System.stacktrace(), which is now deprecated: https://hexdocs.pm/elixir/System.html#stacktrace/0 It should be replaced by the special form `__STACKTRACE__`