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 d02b693 commit f6bf001Copy full SHA for f6bf001
docs/config.rst
@@ -166,7 +166,7 @@ Optional settings
166
167
.. describe:: maxMessageLength
168
169
- By default, raven truncates messages to a max length of 100
+ By default, raven truncates messages to a max length of 1000
170
characters. You can customize the max length with this parameter.
171
172
.. describe:: transport
src/raven.js
@@ -45,7 +45,7 @@ function Raven() {
45
includePaths: [],
46
crossOrigin: 'anonymous',
47
collectWindowErrors: true,
48
- maxMessageLength: 100
+ maxMessageLength: 1000
49
};
50
this._ignoreOnError = 0;
51
this._isRavenInstalled = false;
0 commit comments