-
Notifications
You must be signed in to change notification settings - Fork 534
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
chore(deps): update otel-js to 1.21.0/0.48.0 #1914
Merged
pichlermarc
merged 3 commits into
open-telemetry:main
from
dynatrace-oss-contrib:chore/update-otel-js
Jan 29, 2024
Merged
chore(deps): update otel-js to 1.21.0/0.48.0 #1914
pichlermarc
merged 3 commits into
open-telemetry:main
from
dynatrace-oss-contrib:chore/update-otel-js
Jan 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
pkg:instrumentation-ioredis
pkg:instrumentation-graphql
labels
Jan 26, 2024
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1914 +/- ##
=======================================
Coverage 91.50% 91.50%
=======================================
Files 145 145
Lines 7431 7431
Branches 1489 1489
=======================================
Hits 6800 6800
Misses 631 631 |
Codecov failing is unrelated. |
Flarna
approved these changes
Jan 26, 2024
trentm
added
pkg:instrumentation-cassandra-driver
and removed
pkg:instrumentation-cassandra
labels
May 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pkg:auto-instrumentations-node
pkg:auto-instrumentations-web
pkg:instrumentation-amqplib
pkg:instrumentation-aws-lambda
pkg:instrumentation-aws-sdk
pkg:instrumentation-bunyan
pkg:instrumentation-cassandra-driver
pkg:instrumentation-connect
pkg:instrumentation-cucumber
pkg:instrumentation-dataloader
pkg:instrumentation-dns
pkg:instrumentation-document-load
pkg:instrumentation-express
pkg:instrumentation-fastify
pkg:instrumentation-fs
pkg:instrumentation-generic-pool
pkg:instrumentation-graphql
pkg:instrumentation-hapi
pkg:instrumentation-ioredis
pkg:instrumentation-knex
pkg:instrumentation-koa
pkg:instrumentation-long-task
pkg:instrumentation-lru-memoizer
pkg:instrumentation-memcached
pkg:instrumentation-mongodb
pkg:instrumentation-mongoose
pkg:instrumentation-mysql
pkg:instrumentation-mysql2
pkg:instrumentation-nestjs-core
pkg:instrumentation-net
pkg:instrumentation-pg
pkg:instrumentation-pino
pkg:instrumentation-redis
pkg:instrumentation-redis-4
pkg:instrumentation-restify
pkg:instrumentation-router
pkg:instrumentation-socket.io
pkg:instrumentation-tedious
pkg:instrumentation-user-interaction
pkg:instrumentation-winston
pkg:propagation-utils
pkg:resource-detector-alibaba-cloud
pkg:resource-detector-aws
pkg:resource-detector-azure
pkg:resource-detector-container
pkg:resource-detector-gcp
pkg:resource-detector-instana
pkg:sampler-aws-xray
pkg:test-utils
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which problem is this PR solving?
package-lock.json
being only partially updated, causing 1.19.0 to be pulled in. This PR that by re-generatingpackage-lock.json
.@types/koa
to2.14.0
because it became incompatible with the newer one that's pulled in by another package.nise
(dev dependency) in one package, as a later version would've required a polyfill forprocess
.Supersedes #1906
Fixes #1911, #1892
Short description of the changes
BEGIN_COMMIT_OVERRIDE
feat(deps): update otel-js to 1.21.0/0.48.0
END_COMMIT_OVERRIDE