https://github.com/bogdanp/koyo-sentry
Integrates racket-sentry with koyo.
https://github.com/bogdanp/koyo-sentry
racket sentry
Last synced: 3 months 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: 2024-12-11T05:29:39.000Z (5 months ago)
- Last Synced: 2024-12-16T04:28:05.026Z (4 months ago)
- Topics: racket, sentry
- Language: Racket
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- 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