From ca742a2ea35808cf2b70a19407a93481b4fbe8a0 Mon Sep 17 00:00:00 2001 From: Samuel Lippert Date: Mon, 22 Aug 2022 10:14:46 -0500 Subject: [PATCH] Update README.md --- deno_dist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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