| Package | Description |
|---|---|
| io.honeybadger.reporter |
All classes related to reporting errors to Honeybadger are contained within
this package.
|
| io.honeybadger.reporter.dto |
Data transfer objects that are used for serializing to the Honeybadger API
are stored in this package.
|
| Modifier and Type | Method and Description |
|---|---|
protected NoticeReportResult |
HoneybadgerReporter.submitError(Throwable error,
Request request,
String message,
Set<String> tags,
String fingerprint) |
| Modifier and Type | Method and Description |
|---|---|
static Request |
PlayHttpRequestFactory.create(ConfigContext config,
play.mvc.Http.Request httpRequest) |
static Request |
HttpServletRequestFactory.create(ConfigContext config,
javax.servlet.http.HttpServletRequest httpRequest) |
Request |
Notice.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
Notice |
Notice.setRequest(Request request) |
| Constructor and Description |
|---|
Notice(ConfigContext config,
Long id,
CgiData webEnvironment,
Request request) |
Copyright © 2023 Honeybadger.io. All rights reserved.