SentryErrorStackTraceEntry

class Object
trait Matchable
class Any

Value members

Concrete methods

def col: SelectionBuilder[SentryErrorStackTraceEntry, Option[String]]

Function in which the Sentry error occurred.

Function in which the Sentry error occurred.

def fileName: SelectionBuilder[SentryErrorStackTraceEntry, Option[String]]

File in which the Sentry error occurred.

File in which the Sentry error occurred.

def function: SelectionBuilder[SentryErrorStackTraceEntry, Option[String]]

Function in which the Sentry error occurred.

Function in which the Sentry error occurred.

def line: SelectionBuilder[SentryErrorStackTraceEntry, Option[String]]

Function in which the Sentry error occurred.

Function in which the Sentry error occurred.

def traceContext[A](innerSelection: SelectionBuilder[SentryErrorStackTraceContext, A]): SelectionBuilder[SentryErrorStackTraceEntry, Option[List[A]]]

Context of the Sentry error.

Context of the Sentry error.