Uh oh!
There was an error while loading. Please reload this page.
feat: Add Bun SDK - #9029
Conversation
size-limit report 📦
|
| res.on('end', () => { | ||
| // Execute the downloaded script | ||
| exec(scriptData, installError => { |
Check failure
Code scanning / CodeQL
Uncontrolled command line
AbhiPrasad
commented
Sep 15, 2023
try rebasing re: the circular dep checks - we ran into this in #8933 and fixed it there
Can we try adding a quick bun CLI command to see if there is any output? - name: Set up Bunuses: oven-sh/setup-bun@v1
- name: Test Bunrun: bun help |
I only fixed it for sentry-javascript/packages/node/package.json Lines 75 to 81 in 4a4366d |
Lms24
left a comment
There was a problem hiding this comment.
First pass; gonna look at the circular deps issue next...
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| "publishConfig": { | ||
| "access": "public" | ||
| }, |
There was a problem hiding this comment.
This is fine (no action required) but just to note: With this PR we will not yet publish the Bun SDK because it's not configured in craft.yml. We can tackle this in a follow-up PR!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| "@sentry/utils": "7.69.0" | ||
| }, | ||
| "devDependencies": { | ||
| "bun-types": "latest" |
There was a problem hiding this comment.
I wonder how we can say what versions of Bun we support 🤔
There was a problem hiding this comment.
I wouldn't bother too much, let's lock in once we know 😬
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
AbhiPrasad
commented
Sep 18, 2023
Opened #9042 for all follow up tasks after we merge this in |
circularDepCheckis failing for reasons I don't understand - we have the same dep chain in node and doesn't fail thereNice to have:
Bun.servefor auto instrumentation of transactionsref: #7979
Docs: getsentry/sentry-docs#7858
Platform Icon: getsentry/platformicons#102