Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ refs:
- &ref_5_74_0 '>=5.74.0'
- &ref_5_75_0 '>=5.75.0'
- &ref_5_76_0 '>=5.76.0'
- &ref_5_77_0 '>=5.77.0'
tests/:
apm_tracing_e2e/:
test_otel.py:
Expand Down Expand Up @@ -1451,7 +1452,7 @@ tests/:
test_feature_flag_exposures.py:
Test_FFE_Exposure_Events:
'*': incomplete_test_app
express4: missing_feature # only target express 4
express4: *ref_5_77_0 # only target express 4
Copy link
Member

Choose a reason for hiding this comment

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

don't you want to slip the fix in 5.76.0 instead ? it's being drafted here: DataDog/dd-trace-js#6810

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah but it just got merged

test_graphql.py:
Test_GraphQLOperationErrorReporting:
'*': irrelevant
Expand Down
Loading