Properly set response-based OTEL attributes with adapters #94603
Open
mischnic wants to merge 8 commits into
Open
Properly set response-based OTEL attributes with adapters #94603mischnic wants to merge 8 commits into
mischnic wants to merge 8 commits into
Conversation
Contributor
Failing test suitesCommit: 915b465 | About building and testing Next.js
Expand output● app dir - metadata static routes cache › should generate different content after replace the static metadata file |
Contributor
Stats cancelledCommit: 915b465 |
a562389 to
3feec27
Compare
3feec27 to
915b465
Compare
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.

This fixes some of the failures (particularly the ones where a 500 returned from an App API route showed up as status:200 in OTEL).
But the newly added tests have more failures that I skipped for now
next.js/packages/next/src/build/templates/app-route.ts
Lines 289 to 296 in 6f4d94a