object SentryDetailedError
- Alphabetic
- By Inheritance
- SentryDetailedError
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
count: SelectionBuilder[SentryDetailedError, Int]
Count of occurrences
-
def
culprit: SelectionBuilder[SentryDetailedError, String]
Culprit of the error
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
externalBaseUrl: SelectionBuilder[SentryDetailedError, String]
External Base URL of the Sentry Instance
-
def
externalUrl: SelectionBuilder[SentryDetailedError, String]
External URL of the error
-
def
firstReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]
Commit the error was first seen
-
def
firstReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]
Release short version the error was first seen
-
def
firstReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]
Release version the error was first seen
-
def
firstSeen: SelectionBuilder[SentryDetailedError, Time]
Timestamp when the error was first seen
-
def
frequency[A](innerSelection: SelectionBuilder[SentryErrorFrequency, A]): SelectionBuilder[SentryDetailedError, List[A]]
Last 24hr stats of the error
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
gitlabCommit: SelectionBuilder[SentryDetailedError, Option[String]]
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
-
def
gitlabIssuePath: SelectionBuilder[SentryDetailedError, Option[String]]
URL of GitLab Issue
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[SentryDetailedError, String]
ID (global ID) of the error
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]
Commit the error was last seen
-
def
lastReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]
Release short version the error was last seen
-
def
lastReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]
Release version the error was last seen
-
def
lastSeen: SelectionBuilder[SentryDetailedError, Time]
Timestamp when the error was last seen
-
def
message: SelectionBuilder[SentryDetailedError, Option[String]]
Sentry metadata message of the error
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
sentryId: SelectionBuilder[SentryDetailedError, String]
ID (Sentry ID) of the error
-
def
sentryProjectId: SelectionBuilder[SentryDetailedError, String]
ID of the project (Sentry project)
-
def
sentryProjectName: SelectionBuilder[SentryDetailedError, String]
Name of the project affected by the error
-
def
sentryProjectSlug: SelectionBuilder[SentryDetailedError, String]
Slug of the project affected by the error
-
def
shortId: SelectionBuilder[SentryDetailedError, String]
Short ID (Sentry ID) of the error
-
def
status: SelectionBuilder[SentryDetailedError, SentryErrorStatus]
Status of the error
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tags[A](innerSelection: SelectionBuilder[SentryErrorTags, A]): SelectionBuilder[SentryDetailedError, A]
Tags associated with the Sentry Error
-
def
title: SelectionBuilder[SentryDetailedError, String]
Title of the error
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
type: SelectionBuilder[SentryDetailedError, String]
Type of the error
-
def
userCount: SelectionBuilder[SentryDetailedError, Int]
Count of users affected by the error
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated