Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ Squash Client Library: Java
This client library reports exceptions to Squash, the Squarish exception
reporting and management system.

-------------
Documentation
-------------

For an overview of the various components of Squash, see the website
documentation at https://github.com/SquareSquash/web.

-------------
Compatibility
-------------

This library is compatible with J2SE 1.6 or newer. All dependencies are handled
by Maven.

-----
Usage
-----

Expand Down Expand Up @@ -102,6 +105,7 @@ Thread.setDefaultUncaughtExceptionHandler(
new SquashUncaughtExceptionHandler(this, handler));
````

-----------------------------
De-Obfuscation and File Paths
-----------------------------

Expand Down