SentryDetailedError

class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[SentryDetailedError, String]

Type of the error.

Type of the error.

def count: SelectionBuilder[SentryDetailedError, Int]

Count of occurrences.

Count of occurrences.

def culprit: SelectionBuilder[SentryDetailedError, String]

Culprit of the error.

Culprit of the error.

def externalBaseUrl: SelectionBuilder[SentryDetailedError, String]

External Base URL of the Sentry Instance.

External Base URL of the Sentry Instance.

def externalUrl: SelectionBuilder[SentryDetailedError, String]

External URL of the error.

External URL of the error.

def firstReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]

Commit the error was first seen.

Commit the error was first seen.

def firstReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]

Release short version the error was first seen.

Release short version the error was first seen.

def firstReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]

Release version the error was first seen.

Release version the error was first seen.

def firstSeen: SelectionBuilder[SentryDetailedError, Time]

Timestamp when the error was first seen.

Timestamp when the error was first seen.

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

Last 24hr stats of the error.

Last 24hr stats of the error.

def gitlabCommit: SelectionBuilder[SentryDetailedError, Option[String]]

GitLab commit SHA attributed to the Error based on the release version.

GitLab commit SHA attributed to the Error based on the release version.

def gitlabCommitPath: SelectionBuilder[SentryDetailedError, Option[String]]

Path to the GitLab page for the GitLab commit attributed to the error.

Path to the GitLab page for the GitLab commit attributed to the error.

def gitlabIssuePath: SelectionBuilder[SentryDetailedError, Option[String]]

URL of GitLab Issue.

URL of GitLab Issue.

def id: SelectionBuilder[SentryDetailedError, String]

ID (global ID) of the error.

ID (global ID) of the error.

def lastReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]

Commit the error was last seen.

Commit the error was last seen.

def lastReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]

Release short version the error was last seen.

Release short version the error was last seen.

def lastReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]

Release version the error was last seen.

Release version the error was last seen.

def lastSeen: SelectionBuilder[SentryDetailedError, Time]

Timestamp when the error was last seen.

Timestamp when the error was last seen.

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

Sentry metadata message of the error.

Sentry metadata message of the error.

def sentryId: SelectionBuilder[SentryDetailedError, String]

ID (Sentry ID) of the error.

ID (Sentry ID) of the error.

def sentryProjectId: SelectionBuilder[SentryDetailedError, String]

ID of the project (Sentry project).

ID of the project (Sentry project).

def sentryProjectName: SelectionBuilder[SentryDetailedError, String]

Name of the project affected by the error.

Name of the project affected by the error.

def sentryProjectSlug: SelectionBuilder[SentryDetailedError, String]

Slug of the project affected by the error.

Slug of the project affected by the error.

def shortId: SelectionBuilder[SentryDetailedError, String]

Short ID (Sentry ID) of the error.

Short ID (Sentry ID) of the error.

Status of the error.

Status of the error.

def tags[A](innerSelection: SelectionBuilder[SentryErrorTags, A]): SelectionBuilder[SentryDetailedError, A]

Tags associated with the Sentry Error.

Tags associated with the Sentry Error.

def title: SelectionBuilder[SentryDetailedError, String]

Title of the error.

Title of the error.

def userCount: SelectionBuilder[SentryDetailedError, Int]

Count of users affected by the error.

Count of users affected by the error.