From ece22fa35bff1489a3a02aee90d6e038bb575cb4 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 17 Oct 2023 18:40:34 +0200 Subject: [PATCH] chore(repo): Change SDK selection order in bug issue template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c7e01af332a2..044efc2b9696 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -30,8 +30,8 @@ body: If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK setup. options: - - '@sentry/astro' - '@sentry/browser' + - '@sentry/astro' - '@sentry/angular' - '@sentry/angular-ivy' - '@sentry/bun'