Skip to content

Commit d52af95

Browse files
authored
feat(am2): Add bun as am2 compat SDK (#56913)
1 parent 742a97d commit d52af95

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/sentry/models/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"apple",
6060
"apple-ios",
6161
"apple-macos",
62+
"bun",
6263
"capacitor",
6364
"cordova",
6465
"dart",

src/sentry/tasks/check_am2_compatibility.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"sentry.javascript.node": "7.6.0",
5454
"sentry.javascript.angular-ivy": "7.6.0",
5555
"sentry.javascript.sveltekit": "7.6.0",
56+
"sentry.javascript.bun": "7.70.0",
5657
# Apple
5758
"sentry-cocoa": "7.23.0",
5859
"sentry-objc": "7.23.0",
@@ -211,6 +212,7 @@
211212
"sentry-laravel",
212213
"sentry.php.laravel",
213214
"sentry.javascript.node",
215+
"sentry.javascript.bun",
214216
"sentry-php",
215217
"sentry.php",
216218
"sentry-python",

0 commit comments

Comments
 (0)