26 Nov 2023 11:53 PM - last edited on 27 Nov 2023 08:46 AM by MaciejNeumann
Hello All,
I just experiencing this issue after instrumenting my react native app:
Is there any idea how to solve this? Before this my app works smoothly.
Thank you.
Solved! Go to Solution.
27 Nov 2023 03:54 AM
How did you perform the instrumentation? Please send what documentation you used.
Radek
27 Nov 2023 04:20 AM
This is documentation I refer to: https://docs.dynatrace.com/docs/platform-modules/digital-experience/mobile-applications/development-...
But if I tried to run my app from Android error this happened:
Cannot read property 'DATA_COLLECTION_OFF' of null
Any idea on how to resolve this issue?
Thank you in advance.
27 Nov 2023 06:30 AM
Issue resolved with this solution:
Run metro server
npm run --reset-cache
need to reset the cache after add Dynatrace Instrumentation
27 Nov 2023 08:03 AM
Great:)