Custom Timings are causing JSON.parse error in 2.8x JavaScript client versions

ericmbarnard

Posted on
Nov 04 2017

I logged this issue yesterday after about 3 weeks of seeing these cryptic errors show up more and more in our application.

https://github.com/MindscapeHQ/raygun4js/issues/256

As of the moment, I have changed our script reference from

"//cdn.raygun.io/raygun4js/raygun.min.js"

to

"//cdn.raygun.io/raygun4js/2.7.2/raygun.min.js"

as it appears the 2.7x versions are working properly.


ubermouse

Posted on
Nov 06 2017

Hi Eric,

Sorry about that. I've fixed the issue, added a test against it and released v2.8.2 to resolve it. v2.8.2 is on the cdn as the main release and a versioned release which you can upgrade to.

Let me know if you run into any further issues and I'll see what I can do.

Regards, Taylor


Reply