From 4b8d7554a3ed44c74be23c6768e73d86715ab59a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Nov 2023 19:28:29 -0600 Subject: [PATCH] chore: Add @sentry/deno to issue template (#9610) --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 044efc2b9696..61c24641c292 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -35,6 +35,7 @@ body: - '@sentry/angular' - '@sentry/angular-ivy' - '@sentry/bun' + - '@sentry/deno' - '@sentry/ember' - '@sentry/gatsby' - '@sentry/nextjs'