Raygun Type Error with jQuery File Upload - AngularJS version

fatihalp

Posted on
Aug 30 2014

Raygun4js - v1.11.1 with jQuery File Upload 1.2.1 - AngularJS version giving following error on console:

TypeError: ajaxSettings.data.slice is not a function raygun.js:1379

In the line 1379:

requestData: ajaxSettings.data ? ajaxSettings.data.slice(0, 10240) : undefined,

We're exactly working on same sample of following:

http://blueimp.github.io/jQuery-File-Upload/angularjs.html Also tried both jQuery 1.x and 2.x versions.


Callum

Posted on
Sep 01 2014

I've created a branch that should guard against this condition here: https://github.com/MindscapeHQ/raygun4js/pull/77 again if you could download the script and verify that it fixes the bug I'll get it merged in.

Regards,

Callum Gavin
Mindscape Limited


Reply