Not really sure how to debug this…Can anybody guide me on what I’m doing wrong here? I eventually see my error in the stack trace if I dig into an error, but at the top level the information isn’t useful like this
All I can really say is it sounds like whatever Parma is being passed is invalid or undefined. A strong should be passed to captureMessage and an Error object to captureException. Can you confirm that’s true?
Are you positive that React consistently sends a second argument to console.error? It seems like it’s probably just outputting a message via console.error, and the 2nd argument is always undefined.