Skip to content

fix: Fixes broken patch dependencies #59

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

Merged
merged 1 commit into from
Oct 12, 2023
Merged

fix: Fixes broken patch dependencies #59

merged 1 commit into from
Oct 12, 2023

Conversation

dkoss
Copy link
Collaborator

@dkoss dkoss commented Oct 12, 2023

The latest patch version of @opentelemetry/auto-instrumentation-node introduces a breaking change such that for newly created synthetics (no package-lock to point to old versions of @opentelemetry/auto-instrumentation-node), no traces are being written.

This change locks all production dependencies to exact versions of dependencies, rather than the latest minor version. This is a defensive measure against developers in the OS ecosystem causing breaking changes at either the minor or patch levels.

See: generic-synthetic-nodejs w/ current version 0.3.0 of @google-cloud/synthetics-sdk-api.

image

See: generic-synthetic-nodejs w/ packed version of this change of @google-cloud/synthetics-sdk-api.

image

@dkoss dkoss merged commit 45834df into main Oct 12, 2023
@release-please release-please bot mentioned this pull request Oct 12, 2023
@release-please release-please bot mentioned this pull request Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants