Skip to content
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

Update nodejs instrumentation to 0.27.0 #687

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Feb 2, 2022

And runs build on PR

@anuraaga anuraaga requested review from a team and Aneurysm9 February 2, 2022 06:29
@@ -19,6 +19,7 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"pretty": true,
"skipLibCheck": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default, TS does a deep typecheck through transitive dependencies. I don't know if it's a but in opentelemetry-js (/cc @dyladan) but after updating I got a transitive type failure on graphql library.

For our meager code, the transitive type check is definitely not needed.

https://www.typescriptlang.org/tsconfig#skipLibCheck

@jpkrohling jpkrohling merged commit 1f39ce4 into open-telemetry:main Feb 3, 2022
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
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