Update README.md

pull/31/head
sam-lippert 2022-08-15 11:53:02 -05:00 committed by GitHub
parent df01c46c1c
commit a74296a84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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