Releases: bugsnag/bugsnag-ruby
Releases · bugsnag/bugsnag-ruby
v6.6.1
Bug fixes
- Fix failure to launch session polling task
| #414
v6.6.0
6.6.0 (09 Jan 2018)
Enhancements
- Session tracking update:
- Refactor of session tracking to adhere to a common interface, and simplify usage.
- Includes several performance enhancements.
- Reverts potentially breaking change of json body sanitation within delivery function.
| #412
- Maintains backwards compatibility with previous session-tracking changes.
| #413
v6.5.0
6.5.0 (04 Jan 2018)
Enhancements
- Adds support for tracking sessions and crash rate by setting the configuration option
configuration.track_sessions
to true
.
Sessions can be manually created using Bugsnag.start_session
, and manually delivered using Bugsnag.send_sessions
.
| #411
v6.4.0
6.4.0 (21 Dec 2017)
Enhancements
v6.3.0
6.3.0 (14 Dec 2017)
Enhancements
- Allow skipping report generation using exception property
| #402
v6.2.0
6.2.0 (07 Dec 2017)
Enhancements
- Added common exit exceptions - SystemExit and Interrupt - to default ignore classes.
| #404
v6.1.1
6.1.1 (23 Nov 2017)
Fixes
- Ensured Bugsnag class intialises before railties initialised
| #396
v6.1.0
6.1.0 (17 Nov 2017)
Enhancements
Fixes
v6.0.1
Adds a warning for the change in usage for the notify()
method from < 6.0 to
ease upgrading.