DynatraceRootAction class abstract

Root action which can additionally to the normal DynatraceAction create another layer of actions underneath.

Implemented types
Implementers

Constructors

DynatraceRootAction()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
Cancel this action.
inherited
createWebRequestTiming(String url) Future<WebRequestTiming>
Returns a webrequest timing object which can be used to measure a web request. Input the url of the web request.
inherited
enterAction(String? actionName, {Platform? platform}) DynatraceAction
Enters a (child) Action with a specified actionName on this Action. If the given actionName is null or an empty string, no reporting will happen on that RootAction.
getRequestTag(String url) Future<String>
Returns a unique x-dynatrace header for the web request with a specified url. The string value can be empty in cases when the agent is not able to send data. (e.g turned off)
inherited
getRequestTagHeader() String
Returns the header key that needs to be added to the web request for user action/purepath correlation.
inherited
leaveAction() → void
Leaves this action.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportDoubleValue(String? valueName, double? value, {Platform? platform}) → void
Reports a double value with a specified valueName.
inherited
reportError(String? errorName, int? errorCode, {Platform? platform}) → void
Reports an error with a specified errorName, errorCode.
inherited
reportEvent(String? eventName, {Platform? platform}) → void
Reports an event with a specified eventName (but without any value).
inherited
reportIntValue(String? valueName, int? value, {Platform? platform}) → void
Reports an int value with a specified valueName.
inherited
reportStringValue(String? valueName, String? value, {Platform? platform}) → void
Reports a String value with a specified valueName.
inherited
toString() String
A string representation of this object.
inherited

Operators

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