From 6eed8f9d4e7daf5014f92c7d7ced640faf79490f Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 5 Aug 2022 02:56:51 -0400 Subject: [PATCH] Added Sentry info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2437d9..228cef9 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Clone the repo, install [Node.js](https://nodejs.org/) and run `npm install` in Once you're set up with your worker on `*.workers.dev`, [add your worker to your custom domain](https://developers.cloudflare.com/workers/platform/routing/custom-domains/). -Optional: Set the `EXCEPTION_DISCORD_WEBHOOK` secret to a Discord webhook URL to log exceptions to a Discord channel. At this time, we have not integrated an error handling SDK to keep the script small and execution times to a minimum, but it is something that may be explored in the future. +Populate Sentry details in your `.env` to use Sentry in your product to catch exceptions. ---