Skip to content

Commit

Permalink
chore: Add @sentry/bun to issue template (#9049)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Sep 19, 2023
1 parent 265b83c commit d6d1dd4
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 @@ -33,6 +33,7 @@ body:
- '@sentry/browser'
- '@sentry/angular'
- '@sentry/angular-ivy'
- '@sentry/bun'
- '@sentry/ember'
- '@sentry/gatsby'
- '@sentry/nextjs'
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 @@ -38,6 +38,9 @@ jobs:
"@sentry.angular-ivy": {
"label": "Package: Angular"
},
"@sentry.bun": {
"label": "Package: Bun"
},
"@sentry.ember": {
"label": "Package: ember"
},
Expand Down

0 comments on commit d6d1dd4

Please sign in to comment.