(Optional) Enable Automatic Instrumentation
The MAUI Agent can be configured to automatically inject specific instrumentation code into your project. This can be achieved using a different beta nuget package called AppDynamics.Agent.AutoInstrument.Fody
Automatic instrumentation allows you to:
- Automatically track HttpClient or Refit network requests
- Automatically track MAUI pages
- Automatically track MAUI UI elements
Set Up the Automatic Instrumentation Package
Before you set up the automatic instrumentation package AppDynamics.Agent.AutoInstrument.Fody make sure you completed the agent instrumentation setup above and have added the AppDynamics.Agent or AppDynamics.Agent.MAUIpackages to your project.