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 ce6d37d commit 17dee7cCopy full SHA for 17dee7c
changelog.md
@@ -1,3 +1,9 @@
1
+2.3.0
2
+-----
3
+
4
+* CHANGE: Log levels of some messages have been changed. Raven logger is INFO level by default. [@nateberkopec]
5
+* BUGFIX: Exception messages are now limited to 10,000 bytes. [#617, @mattrobenolt]
6
7
2.2.0
8
-----
9
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.2.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.3.0" # rubocop:disable Style/MutableConstant
end
0 commit comments