Skip to content

Commit

Permalink
chore(repo): Add Astro package in bug report template (#9241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 authored Oct 13, 2023
1 parent 4866c7a commit 3f4d823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ 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/angular'
- '@sentry/angular-ivy'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/issue-package-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
# Note: Since this is handled as a regex, and JSON parse wrangles slashes /, we just use `.` instead
map: |
{
"@sentry.astro": {
"label": "Package: Astro"
},
"@sentry.browser": {
"label": "Package: Browser"
},
Expand Down

0 comments on commit 3f4d823

Please sign in to comment.