You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
## 3.2.0 (2018-07-03)
4
4
5
5
This release introduces automatic tracking of sessions, which by
6
-
default are captured for each HTTP request received via the Servlet API
7
-
To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
6
+
default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
7
+
8
8
If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the
9
9
appropriate place within your application.
10
10
[Jamie Lynch](https://github.com/fractalwrench)
@@ -17,8 +17,8 @@ if you are using Bugsnag On-Premise.
17
17
## 3.2.0-beta (2018-06-14)
18
18
19
19
**Important**: This is a beta release which introduces automatic tracking of sessions, which by
20
-
default are captured for each HTTP request received via the Servlet API
21
-
To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
20
+
default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`.
21
+
22
22
If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the
0 commit comments