Announcing racket-sentry

I just released the first version of sentry, a Racket library that lets you capture exceptions using the Sentry API.

You can install it from the package server with:

raco pkg install sentry

And the docs should show up on the package server within the next couple of days. In the mean time, you can run

raco docs sentry

after installing the package to read its docs locally.