SentryTransactionNameSource enum
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
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.