SentryTransactionNameSource enum

Inheritance

Constructors

SentryTransactionNameSource()
const

Values

custom → const SentryTransactionNameSource

User-defined name

url → const SentryTransactionNameSource

Raw URL, potentially containing identifiers.

route → const SentryTransactionNameSource

Parametrized URL / route

view → const SentryTransactionNameSource

Name of the view handling the request.

component → const SentryTransactionNameSource

Named after a software component, such as a function or class name.

task → const SentryTransactionNameSource

Name of a background task

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SentryTransactionNameSource>
A constant List of the values in this enum, in order of their declaration.