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 2a6390e commit 3dc866aCopy full SHA for 3dc866a
src/raven.js
@@ -1061,10 +1061,7 @@ Raven.prototype = {
1061
if (!!this._globalOptions.ignoreErrors.test && this._globalOptions.ignoreErrors.test(message)) return;
1062
1063
message += '';
1064
- message = truncate(message, this._globalOptions.maxMessageLength);
1065
-
1066
fullMessage = (type ? type + ': ' : '') + message;
1067
- fullMessage = truncate(fullMessage, this._globalOptions.maxMessageLength);
1068
1069
if (frames && frames.length) {
1070
fileurl = frames[0].filename || fileurl;
0 commit comments