Skip to content

Commit f6bf001

Browse files
committed
Bump default maxMessageLength to 1000
1 parent d02b693 commit f6bf001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Optional settings
166166
167167
.. describe:: maxMessageLength
168168

169-
By default, raven truncates messages to a max length of 100
169+
By default, raven truncates messages to a max length of 1000
170170
characters. You can customize the max length with this parameter.
171171

172172
.. describe:: transport

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function Raven() {
4545
includePaths: [],
4646
crossOrigin: 'anonymous',
4747
collectWindowErrors: true,
48-
maxMessageLength: 100
48+
maxMessageLength: 1000
4949
};
5050
this._ignoreOnError = 0;
5151
this._isRavenInstalled = false;

0 commit comments

Comments
 (0)