Skip to content

Commit

Permalink
feat(am2): Add bun as am2 compat SDK (#56913)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Sep 26, 2023
1 parent 742a97d commit d52af95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"apple",
"apple-ios",
"apple-macos",
"bun",
"capacitor",
"cordova",
"dart",
Expand Down
2 changes: 2 additions & 0 deletions src/sentry/tasks/check_am2_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"sentry.javascript.node": "7.6.0",
"sentry.javascript.angular-ivy": "7.6.0",
"sentry.javascript.sveltekit": "7.6.0",
"sentry.javascript.bun": "7.70.0",
# Apple
"sentry-cocoa": "7.23.0",
"sentry-objc": "7.23.0",
Expand Down Expand Up @@ -211,6 +212,7 @@
"sentry-laravel",
"sentry.php.laravel",
"sentry.javascript.node",
"sentry.javascript.bun",
"sentry-php",
"sentry.php",
"sentry-python",
Expand Down

0 comments on commit d52af95

Please sign in to comment.