SentryError

object SentryError
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[SentryError, String]

Type of the error.

Type of the error.

def count: SelectionBuilder[SentryError, Int]

Count of occurrences.

Count of occurrences.

def culprit: SelectionBuilder[SentryError, String]

Culprit of the error.

Culprit of the error.

def externalUrl: SelectionBuilder[SentryError, String]

External URL of the error.

External URL of the error.

def firstSeen: SelectionBuilder[SentryError, Time]

Timestamp when the error was first seen.

Timestamp when the error was first seen.

def frequency[A](innerSelection: SelectionBuilder[SentryErrorFrequency, A]): SelectionBuilder[SentryError, List[A]]

Last 24hr stats of the error.

Last 24hr stats of the error.

def id: SelectionBuilder[SentryError, String]

ID (global ID) of the error.

ID (global ID) of the error.

def lastSeen: SelectionBuilder[SentryError, Time]

Timestamp when the error was last seen.

Timestamp when the error was last seen.

def message: SelectionBuilder[SentryError, Option[String]]

Sentry metadata message of the error.

Sentry metadata message of the error.

def sentryId: SelectionBuilder[SentryError, String]

ID (Sentry ID) of the error.

ID (Sentry ID) of the error.

def sentryProjectId: SelectionBuilder[SentryError, String]

ID of the project (Sentry project).

ID of the project (Sentry project).

def sentryProjectName: SelectionBuilder[SentryError, String]

Name of the project affected by the error.

Name of the project affected by the error.

def sentryProjectSlug: SelectionBuilder[SentryError, String]

Slug of the project affected by the error.

Slug of the project affected by the error.

def shortId: SelectionBuilder[SentryError, String]

Short ID (Sentry ID) of the error.

Short ID (Sentry ID) of the error.

def status: SelectionBuilder[SentryError, SentryErrorStatus]

Status of the error.

Status of the error.

def title: SelectionBuilder[SentryError, String]

Title of the error.

Title of the error.

def userCount: SelectionBuilder[SentryError, Int]

Count of users affected by the error.

Count of users affected by the error.