We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742a97d commit d52af95Copy full SHA for d52af95
src/sentry/models/project.py
@@ -59,6 +59,7 @@
59
"apple",
60
"apple-ios",
61
"apple-macos",
62
+ "bun",
63
"capacitor",
64
"cordova",
65
"dart",
src/sentry/tasks/check_am2_compatibility.py
@@ -53,6 +53,7 @@
53
"sentry.javascript.node": "7.6.0",
54
"sentry.javascript.angular-ivy": "7.6.0",
55
"sentry.javascript.sveltekit": "7.6.0",
56
+ "sentry.javascript.bun": "7.70.0",
57
# Apple
58
"sentry-cocoa": "7.23.0",
"sentry-objc": "7.23.0",
@@ -211,6 +212,7 @@
211
212
"sentry-laravel",
213
"sentry.php.laravel",
214
"sentry.javascript.node",
215
+ "sentry.javascript.bun",
216
"sentry-php",
217
"sentry.php",
218
"sentry-python",
0 commit comments