cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

App Crash After React Native Instrumentation

agylpradipta
Helper

Hello All,

I just experiencing this issue after instrumenting my react native app:

agylpradipta_0-1701042774263.png

 

Is there any idea how to solve this? Before this my app works smoothly.

Thank you.

4 REPLIES 4

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @agylpradipta 

How did you perform the instrumentation? Please send what documentation you used.

Radek

Have a nice day!

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:

agylpradipta_0-1701058797199.png

Cannot read property 'DATA_COLLECTION_OFF' of null

Any idea on how to resolve this issue?

Thank you in advance.

Issue resolved with this solution:

Run metro server

npm run --reset-cache

need to reset the cache after add Dynatrace Instrumentation

Great:) 

Have a nice day!

Featured Posts