enterAction abstract method

DynatraceAction enterAction(
  1. String? actionName, {
  2. Platform? platform,
})

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.

Implementation

DynatraceAction enterAction(String? actionName, {Platform? platform});