File tree Expand file tree Collapse file tree
bugsnag/src/main/java/com/bugsnag Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.4.3 (2019-01-07)
4+
5+ * Support other methods of configuring a TaskScheduler when setting ErrorHandler on scheduled tasks
6+ [ #126 ] ( https://github.com/bugsnag/bugsnag-java/pull/126 )
7+
38## 3.4.2 (2018-11-29)
49
510* Ensure session counts are thread safe
Original file line number Diff line number Diff line change 55class Notifier {
66
77 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
8- private static final String NOTIFIER_VERSION = "3.4.2 " ;
8+ private static final String NOTIFIER_VERSION = "3.4.3 " ;
99 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
1010
1111 private String notifierName = NOTIFIER_NAME ;
Original file line number Diff line number Diff line change 1- version =3.4.2
1+ version =3.4.3
22group =com.bugsnag
33
44# Default properties
You can’t perform that action at this time.
0 commit comments