Conversation
Contributor
size-limit report 📦
|
AbhiPrasad
approved these changes
Feb 26, 2024
060bcf8 to
83b1506
Compare
Lms24
approved these changes
Feb 26, 2024
dev-packages/node-integration-tests/suites/tracing-experimental/nestjs/scenario.ts
Outdated
Show resolved
Hide resolved
onurtemizkan
approved these changes
Feb 26, 2024
83b1506 to
077a19e
Compare
Member
Author
|
Actually, I need to double check with performance folks if we are good to migrate the browser metrics from tags to attributes, not sure if something relies on these...! |
Only missing are browser metrics, where we need to verify this can be refactored already.
c237db8 to
deab246
Compare
Member
Author
|
I ended up extracting the browser metrics changes out into #10823, so we can already merge the "clearer" stuff. |
mydea
commented
Feb 27, 2024
| from: currPathname, | ||
| }, | ||
| attributes: { | ||
| from: currPathname, |
Member
Author
There was a problem hiding this comment.
@lforst Just a reminder for ourselves during the v8 alpha: we need to review all our auto instrumentation for what attribute we set, what we actually need/want, etc.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Mostly, we rewrite this to just use attributes.
This affects esp.:
routing.instrumentationtype tags completely (this is covered by origin now anyhow)Not covered by this are browser metrics, which is a dedicated PR here: #10823