exsentry v0.2.1 ExSentry.Model.Stacktrace

ExSentry.Model.Stacktrace represents an object adhering to the Sentry stacktrace interface.

Summary

Functions

Returns an ExSentry.Model.Stacktrace based on the given Erlang/Elixir stacktrace (as returned by System.stacktrace/0)

Functions

from_stacktrace(stacktrace)

Specs

from_stacktrace([tuple]) :: %ExSentry.Model.Stacktrace{frames: term}

Returns an ExSentry.Model.Stacktrace based on the given Erlang/Elixir stacktrace (as returned by System.stacktrace/0).