09 Apr 2025
12:57 PM
- last edited on
10 Apr 2025
07:25 AM
by
MaciejNeumann
Hello, good morning. I installed the Flutter extension for mobile devices with version 3.309.1. The instrumentation was performed based on the documentation, but the metrics are not reaching the tenant. What could be the cause and how could it be solved?
09 Apr 2025 01:35 PM
Can I suggest you to follow this? https://docs.dynatrace.com/docs/observe/digital-experience/mobile-applications/troubleshooting
09 Apr 2025 02:32 PM
Hi Paco, thanks for your collaboration, but I already applied what you shared with me and the result is still the same; the metrics aren't coming in.
10 Apr 2025 07:35 AM
If you're following the recommendations and still have no info in Dynatrace, you should reach out to a Dynatrace product expert via live chat in your Dynatrace environment.
10 Apr 2025 07:43 AM
Without any logs this is very hard to tell. I assume you were able to build the application. To better understand what is happening you need to enable agent logs and show them to us. E.g. for Android you need to insert into the configuration debug.agentLogging true into the dynatrace.config.yaml.
You can search for "debug.agentLogging" in the official documenation as well: https://pub.dev/packages/dynatrace_flutter_plugin
Afterwards logs should be visible in Logcat for Android. Those logs will ultimately tell us why no data is available on the tenant.
15 Apr 2025 01:16 AM
Hello, good evening. I already have Frondend metrics, but I have no visibility at the service and request level.
15 Apr 2025 08:05 AM - edited 15 Apr 2025 08:05 AM
Did you use the DynatraceHttpClient wrapper which is stated in the documentation?