logger_sentry icon indicating copy to clipboard operation
logger_sentry copied to clipboard

System.stacktrace() is deprecated

Open 1player opened this issue 2 years ago • 0 comments

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__

1player avatar Dec 16 '23 09:12 1player