Lightning.SentryBehaviour behaviour (Lightning v2.14.5-pre1)

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()