-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Turbopack instrumentation fails with permission denied error on CI #16121
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
Comments
Hi, I don't think the SDK is reading random files. The SDK is trying to read instrumentation files and Also, what kind of file without read perms are you creating? |
Those are postgres files that are created during the CI setup. I suppose I could raise it to the nextjs team but it's likely they will reject it since nextjs works fine without the sentry installed. I created this PR on the reproduction repo only removing sentry from the stack and you can see the gh action works as expected Another point is that it used to work fine with 9.6.0 Added stdout and here is details of the error
|
I think it's still worth asking. We are not doing anything too unorthodox and it is very well a potential Next.js issue if it fails to compile an ordinary package! I'll ping them. |
Done |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
9.14.0
Framework Version
Next 15.3.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/wladpaiva/sentry-gh-error
Steps to Reproduce
Expected Result
No error at all
Actual Result
Getting this error of permissions denied when running a nextjs with playwright on CI ever since I updated sentry package from 9.6.0 to 9.13.0. Tried the 9.14 but same issue.
The text was updated successfully, but these errors were encountered: