diff --git a/deno_dist/README.md b/deno_dist/README.md index cbb66830..58519ef8 100644 --- a/deno_dist/README.md +++ b/deno_dist/README.md @@ -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 +Samuel Lippert ## License