-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
9.18.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Install or update Sentry to 9.18.0 on a VM without
Gitinstalled. For example, the nodejs Alpine linux distro. - Run an
npm installor a build. - When the
Sentrypackage attempts to install the@fastify/oteldependency, it does so usingGit, which isn't there, so the install fails.
Expected Result
Sentry is able to load its dependencies and the build succeeds or the requirement for Git to be installed on the target machine is documented as a potentially breaking change.
Actual Result
The build fails when the Sentry package attempts to install its dependency on the forked version of @fastify/otel as it installs via Git, which does not necessarily exist on the target machine.
Rolling back to 9.16.1 fixes the issue as the new dependency isn't there.
max-feroot and Xhale1
Metadata
Metadata
Assignees
Projects
Status
No status