circleci / rollcage

A Clojure client for Rollbar
Eclipse Public License 1.0
51 stars 28 forks source link

Uncaught exception handler #9

Closed MarketaAdamova closed 7 years ago

MarketaAdamova commented 7 years ago

Since in JVM thread can die silently we often setup uncaughtException handler during our startup procedure.

Once we moved to rollbar for error reporting (thanks for this lib btw) we d like to have those reported as well.

Added setup-uncaught-exception-handler ensures all uncaught exceptions are reported using rollcage client.

codecov-io commented 7 years ago

Current coverage is 90.17% (diff: 71.42%)

No coverage report found for master at cf1f0f5.

Powered by Codecov. Last update cf1f0f5...ae33364

marcomorain commented 7 years ago

This looks great. Thanks!

marcomorain commented 7 years ago

@j0ni can you push out a release please?

MarketaAdamova commented 7 years ago

Hi, just wanted to check whether this was pushed out and released as we d like to use the new version of rollcage. Thanks

marcomorain commented 7 years ago

@j0ni @gordonsyme I don't have access the publish artifacts - can you publish a new version if you get a chance please?