pagantis_elixir_tools v0.21.1 ElixirTools.RollbaxFake

Link to this section Summary

Link to this section Functions

Link to this function

report(kind, value, stacktrace, custom \\ %{}, occurrence_data \\ %{})

report(:error | :exit | :throw, any(), [any()], map(), map()) :: :ok
Link to this function

report_message(level, message, custom \\ %{}, occurrence_data \\ %{})

report_message(
  :critical | :error | :warning | :info | :debug,
  IO.chardata(),
  map(),
  map()
) :: :ok