appdynamics_agent library
Classes
- AgentConfiguration
- Configuration object for the AppDynamics agent.
- CrashReportSummary
- Object encompassing native crash report info.
- Instrumentation
- Main class used to interact with the AppDynamics agent.
- A class used to detect screen transitions in apps using named routes automatically.
- RequestTracker
- Class used to track network requests.
- SessionFrame
- Object used to chronicle user flows during an app session.
- TrackedDioClient
-
Use this client to track requests made via the
dio
package (version <5). For Dio version 5 and above, see TrackedDioInterceptor. - TrackedDioInterceptor
-
Use this class to create a custom Dio
Interceptor
that tracks requests automatically. Alternative to TrackedDioClient. - TrackedHttpClient
-
Use this client to track requests made via the
http
package. - WidgetTracker
- A class used for manually tracking activities throughout the app.
Typedefs
-
CrashReportCallback
= void Function(List<
CrashReportSummary> summaries) - Used to receive reports on app crashing natively.