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
The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code.
5
+
The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code. Learn more about [reporting Java exceptions](https://www.bugsnag.com/platforms/java/) with Bugsnag.
6
6
7
7
## Features
8
8
@@ -14,14 +14,14 @@ The Bugsnag exception reporter for Java automatically detects and reports errors
14
14
15
15
### Spring
16
16
17
-
1.[Create a Bugsnag account](https://bugsnag.com)
17
+
1.[Create a Bugsnag account](https://www.bugsnag.com)
18
18
2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/java/spring)
19
19
3. Report handled exceptions using [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/java/spring/#reporting-handled-exceptions)
20
20
4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/java/spring/configuration-options/)
21
21
22
22
### Other Java apps
23
23
24
-
1.[Create a Bugsnag account](https://bugsnag.com)
24
+
1.[Create a Bugsnag account](https://www.bugsnag.com)
25
25
2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/java/other)
26
26
3. Report handled exceptions using [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/java/other/#reporting-handled-exceptions)
27
27
4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/java/other/configuration-options/)
0 commit comments