Browser Question Template
- Share a direct [permalink to the UI page you are referencing]
https://one.newrelic.com/launcher/dashboards.launcher#launcher=eyJ0aW1lUmFuZ2UiOnsiYmVnaW5fdGltZSI6bnVsbCwiZW5kX3RpbWUiOm51bGwsImR1cmF0aW9uIjo4NjQwMDAwMH19&pane=eyJuZXJkbGV0SWQiOiJkYXNoYm9hcmRzLmRhc2hib2FyZCIsImVudGl0eUlkIjoiTWpFM09UazRPSHhXU1ZwOFJFRlRTRUpQUVZKRWZEa3hNVE14TnciLCJmaWx0ZXJzIjpbeyJhdHRyaWJ1dGUiOiJhcHBOYW1lIiwib3BlcmF0b3IiOiI9IiwidmFsdWUiOiJvY3VsdXMtZ3JvbW1ldCJ9LHsiYXR0cmlidXRlIjoiZXJyb3JNZXNzYWdlIiwib3BlcmF0b3IiOiI9IiwidmFsdWUiOiJPYmplY3QgZG9lc24ndCBzdXBwb3J0IHByb3BlcnR5IG9yIG1ldGhvZCAnY3JlYXRlRXZlbnRPYmplY3QnIn1dfQ==
-
Share what method you used to deploy Browser (APM or copy/paste): copy/paste
-
Which version are you using? (Lite, Pro or SPA): SPA
I am looking for some help tracking down down a JS Error reported by NR Browser.
New Relic Browser is showing 1000s of JS errors a day against one of our browser applications. All of these errors with the userAgent = IE11. The error (âObject doesnât support property or method âcreateEventObjectââ) makes sense because IE11 does not support this method, so far so good.
However I cannot find where we are calling âcreateEventObjectâ in our code, or any code that is loaded when we load the SPA. I search our source code and I search (using DevTools) in the browser when all JS is loaded, nothing.
Also, all the stack traces in NR Browser are empty for this error so I cannot see where it comes from.
To compound the issue, I cannot replicate the error on IE11.
So I am stuck on how to fix this issue.
Any suggestions?