Update README.md

pull/31/head
Samuel Lippert 2022-08-22 10:14:46 -05:00
parent db809a93cf
commit ca742a2ea3
No known key found for this signature in database
GPG Key ID: 3762857AF8948B2C
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Sentry middleware for Hono
Sentry middleware for [Hono](https://github.com/honojs/hono).
This middleware sends captured exceptions to the Sentry data source named by the `SENTRY_DSN` environment variable via [toucan-js](https://github.com/robertcepa/toucan-js).
This middleware sends captured exceptions to the specified Sentry data source name via [toucan-js](https://github.com/robertcepa/toucan-js).
## Usage
@ -34,7 +34,7 @@ serve(app.fetch)
## Author
Yusuke Wada <https://github.com/yusukebe>
Samuel Lippert <https://github.com/sam-lippert>
## License