logger_sentry
logger_sentry copied to clipboard
System.stacktrace() is deprecated
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__