We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1006ff3 commit fda2aa0Copy full SHA for fda2aa0
plugins/angular.js
@@ -54,7 +54,7 @@ Raven.setDataCallback(function(data) {
54
exception.value = matches[2];
55
data.message = exception.type + ': ' + exception.value;
56
// auto set a new tag specifically for the angular error url
57
- data.extra.angularDocs = matches[3];
+ data.extra.angularDocs = matches[3].substr(0, 250);
58
}
59
60
});
0 commit comments