-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bun & Railpack not supported #15747
Comments
Hi @docimin, thanks for filing this. We previously discussed this a bit on discord. We already ruled out that the token is invalid (source maps are uploaded fine). The 401 comes from sentry-cli release creation. Further, it seems to work fine with pnpm. |
I'm a tiny bit unsure, since I am having issues regarding nixpacks & railpack. But the issue might also be because of Railpack (https://railpack.com/), which is the new Nixpacks (used by software like Dokploy to build apps automatically). |
Can we get more info about the setup? This being related to bun doesn't make any sense imo. What self-hosted version are you on for example? |
Maybe Sentry CLI is using a different token from what you are expecting? Please check if there are any global |
Hey @lforst & @szokeasaurusrex !
It shouldn't have anything to do with my sentry version, me and Andrei did test some stuff and on his end it all worked out. Building locally using bun also did work, however I couldn't get it to build on Dokploy. Thinking about it, the issue might more be towards Railpack than bun, however it's a bit hard for me to test this. |
I think we need concrete repro here. This is weird. |
I will try and make one later when I have the time for it. |
Hello! I made a repro. The logs: https://gist.github.com/docimin/6c91a3d34aef5438c2bb934aef485eb9 |
Thanks for the reproduction! We're going to have a look at it. |
Is there an existing issue for this?
Prior discussion on Discord: https://discord.com/channels/621778831602221064/1351742239360942171
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/nextjs
SDK Version
8.55.0
Framework Version
15.2.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
bun install
instead of npm/pnpm/yarnExpected Result
bun install
Actual Result
bun install
sentry reported an error: Invalid org token (http status: 401)
The text was updated successfully, but these errors were encountered: