Skip to content

Commit

Permalink
Merge branch 'master' into fix/flaky-session-tracking-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 22, 2019
2 parents 5339980 + 5c8a7db commit f34db72
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
=========

## 6.11.0 (17 Jan 2019)

**Note**: this release alters the behaviour of the notifier to track sessions automatically.

### Enhancements

* Added Breadcrumbs. Breadcrumbs allow you to track events that may have led
up to an error, such as handled errors, page redirects, or SQL queries. For info on what
is tracked and how you can customize the data that breadcrumbs collect, see the
[Logging breadcrumbs](https://docs.bugsnag.com/platforms/ruby/other#logging-breadcrumbs)
section of our documentation.
| [#525](https://github.com/bugsnag/bugsnag-ruby/pull/525)

* Bugsnag will now capture automatically created sessions by default.
| [#523](https://github.com/bugsnag/bugsnag-ruby/pull/523)

### Deprecated

* The `endpoint` and `session_endpoint` configuration options are now deprecated but still supported. The [`set_endpoints`](https://docs.bugsnag.com/platforms/ruby/other/configuration-options#endpoints) method should be used instead. Note that session tracking will be disabled if the notify endpoint is configured but the sessions endpoint is not - this is to avoid inadvertently sending session payloads to the wrong server.

## 6.10.0 (05 Dec 2018)

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The Bugsnag exception reporter for Ruby gives you instant notification of except
* Report handled exceptions
* Attach user information to determine how many people are affected by a crash
* Send customized diagnostic data
* Track events that occur leading up to a crash

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.10.0
6.11.0

0 comments on commit f34db72

Please sign in to comment.