From 595ee3c58efbe3447639ae8d411cbb84723cb7aa Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 18 Oct 2023 18:08:54 +0200 Subject: [PATCH] chore(repo): Change SDK selection order in bug issue template (#9288) --- .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'