-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nested exception support * Use BacktraceClient to unpack inner exceptions * Use parentId * Clean up the throwable wrapper * Add support for suppressed exceptions + unit tests * Add additional test for error.type attribute and rename variables in docs * Add missing variable name * Documentation - changed Report into report * Start using reports to send inner exceptions * Add error attributes to the report * Add missing exception message * Code review adjustements * Adjusted code to code review suggestions. Null check * Disable feature by default * Enable in tests --------- Co-authored-by: Konrad Dysput <[email protected]>
- Loading branch information
1 parent
eea053a
commit 43d645b
Showing
9 changed files
with
578 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.