SentryErrorStackTrace

class Object
trait Matchable
class Any

Value members

Concrete methods

def dateReceived: SelectionBuilder[SentryErrorStackTrace, String]

Time the stack trace was received by Sentry.

Time the stack trace was received by Sentry.

def issueId: SelectionBuilder[SentryErrorStackTrace, String]

ID of the Sentry error.

ID of the Sentry error.

def stackTraceEntries[A](innerSelection: SelectionBuilder[SentryErrorStackTraceEntry, A]): SelectionBuilder[SentryErrorStackTrace, List[A]]

Stack trace entries for the Sentry error.

Stack trace entries for the Sentry error.