Skip to content

Commit b036647

Browse files
committed
chore(repo): Add Astro option in bug report template
1 parent a8c8564 commit b036647

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body:
3030
If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK
3131
setup.
3232
options:
33+
- '@sentry/astro'
3334
- '@sentry/browser'
3435
- '@sentry/angular'
3536
- '@sentry/angular-ivy'

.github/workflows/issue-package-label.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
# Note: Since this is handled as a regex, and JSON parse wrangles slashes /, we just use `.` instead
3030
map: |
3131
{
32+
"@sentry.astro": {
33+
"label": "Package: Astro"
34+
},
3235
"@sentry.browser": {
3336
"label": "Package: Browser"
3437
},

0 commit comments

Comments
 (0)