Code Block I have an Event name: n_api_failure
Code Block Event Parameters: 1) api_status_code 2) api_end_point 3) api_error_message
On Firebase Console under Events, we are getting each parameter value in separate section. which is making us difficult to determine the linking between these parameter as for which status code we are getting the the error message and for which screen.
Code Block For example: for n_api_failure event api_status_code: "100" For above status code, respective api_endpoint: "myDashboard" For above status code and endpoint, respective api_error_message: "Something went wrong."
but in Firebase console these parameters showing in 3 different sections with parameters values in a list with the count and user count column.
So in the logged long list of these parameter values how will be able to determine the link between with each other. i.e I could see "Something went wrong" error message in errormessage parameter section but not able to determine for which errorcode and for which apiendpoint(i.e controller) this has been logged.
I actually do not know how to add screenshot with firebase console in the post if that is allowed or not to make things easily understandable.
Thanks for Help!!