From a74296a84a544961b87a05ef9454d5ba5188f302 Mon Sep 17 00:00:00 2001 From: sam-lippert Date: Mon, 15 Aug 2022 11:53:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb66830..9adc0649 100644 --- a/README.md +++ b/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