File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.1.0
2+ -----
3+
4+ ENHANCEMENTS:
5+
6+ * Your client version is now included in all Events. [ @nateberkopec , #559 ]
7+ * OS and Ruby runtime information now included in all Events. [ @nateberkopec , #560 ]
8+ * Transport errors (like Sentry 4XX errors) now raise Sentry::Error, not Faraday errors. [ @nateberkopec , #565 ]
9+ * Sidekiq integration is streamlined and improved. Supports Sidekiq 3.x and up. [ @nateberkopec , #555 ]
10+
11+ FIXES:
12+
13+ * Heroku release detection is improved and more accurate. You must ` heroku labs:enable runtime-dyno-metadata ` for it to work. [ @nateberkopec , #566 ]
14+
1152.0.2
216-----
317
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module Raven
33 # Freezing this constant breaks in 1.9.x
4- VERSION = "2.0.2 " # rubocop:disable Style/MutableConstant
4+ VERSION = "2.1.0 " # rubocop:disable Style/MutableConstant
55end
You can’t perform that action at this time.
0 commit comments