https://github.com/bogdanp/koyo-sentry
Integrates racket-sentry with koyo.
https://github.com/bogdanp/koyo-sentry
racket sentry
Last synced: 7 days ago
JSON representation
Integrates racket-sentry with koyo.
- Host: GitHub
- URL: https://github.com/bogdanp/koyo-sentry
- Owner: Bogdanp
- License: bsd-3-clause
- Created: 2019-07-10T06:52:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T00:08:47.000Z (3 months ago)
- Last Synced: 2025-04-04T13:38:33.753Z (3 months ago)
- Topics: racket, sentry
- Language: Racket
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koyo-sentry
Combines [koyo] and [sentry] by providing a middleware that
automatically catches exceptions and ships them to a Sentry server.## Installation
raco pkg install koyo-sentry
[koyo]: https://github.com/Bogdanp/koyo
[sentry]: https://github.com/Bogdanp/racket-sentry