Open
Description
Description
It seems that in any version > 1.289.0
calling noticeError()
on any instance of the micro agent doesn't fire an error.
Steps to Reproduce
Instantiate a micro agent (new MicroAgent(...)
). Call the noticeError(...)
method on that micro agent. Notice that no data comes through to the new relic app and no network calls can be observed in the console.
Expected Behavior
When calling noticeError()
on the micro agent I would expect to see an error come through in the browser app.
Your Environment
Any version of the agent > 1.289.0
. 1.289.0
appears to be last version where noticeError()
still works as expected.