Lightning.SentryBehaviour behaviour (Lightning v2.15.0-pre5)

View Source

Behaviour for our Sentry client.

Summary

Callbacks

capture_exception(t, keyword)

@callback capture_exception(
  Exception.t(),
  keyword()
) :: any()

capture_message(t, keyword)

@callback capture_message(
  String.t(),
  keyword()
) :: any()