I am trying performance testing for my react native Application. My QA Team has given me guidelines to follow as where the code should be added in order to allow load testing and record script from app to BlazeMeter. Following all steps from BlazeMeter guidelines and then setting debug mode to true, Application crashes when qa team opens app.
Guidelines I followed are here:https://guide.blazemeter.com/hc/en-us/articles/360000271458-Creating-the-Proxy-Recorder-Creating-the-Proxy-Recorder
I am getting below error when on building the app when debug mode set to true:
Process: com.sprucekids, PID: 8854 java.lang.RuntimeException: com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag: 123 detail: View tag:125 children(0): [ ], viewsToAdd(1): [ [0,123], ], at com.facebook.react.bridge.ReactContext.handleException(ReactContext.java:344) at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:30) at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:174) at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:84) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:947) at android.view.Choreographer.doCallbacks(Choreographer.java:761) at android.view.Choreographer.doFrame(Choreographer.java:693) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:935) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6669) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) Caused by: com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag: 123 detail: View tag:125 children(0): [ ], viewsToAdd(1): [ [0,123], ], at com.facebook.react.uimanager.NativeViewHierarchyManager.manageChildren(NativeViewHierarchyManager.java:508) at com.facebook.react.uimanager.UIViewOperationQueue$ManageChildrenOperation.execute(UIViewOperationQueue.java:205) at com.facebook.react.uimanager.UIViewOperationQueue$1.run(UIViewOperationQueue.java:779) at com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches(UIViewOperationQueue.java:888) at com.facebook.react.uimanager.UIViewOperationQueue.access$2200(UIViewOperationQueue.java:42) at com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:948)
Provide help for above query. Thanking you in advance