Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ manifest:
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV1_ServiceTargets: *ref_5_4_0
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV1_ServiceTargets::test_not_match_service_target: bug (APMAPI-865)
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV2: *ref_4_23_0
tests/parametric/test_ffe/test_configuration_sources.py: missing_feature (FFL-2697 tracks Node.js agentless configuration-source implementation; FFL-2731 tracks system-tests configuration-source contract)
tests/parametric/test_ffe/test_configuration_sources.py: v6.5.0
tests/parametric/test_ffe/test_dynamic_evaluation.py::Test_Feature_Flag_Dynamic_Evaluation: *ref_5_75_0
tests/parametric/test_ffe/test_span_enrichment.py: "missing_feature (dd-trace-js#8343)"
tests/parametric/test_headers_b3.py::Test_Headers_B3::test_headers_b3_migrated_extract_invalid: missing_feature (Need to remove b3=b3multi alias)
Expand Down
2 changes: 1 addition & 1 deletion tests/parametric/capabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ capabilities:
- ASM_ACTIVATION
- ASM_AUTO_USER_INSTRUM_MODE

'>=5.72.0':
'>=5.72.0 <6.5.0':
- FFE_FLAG_CONFIGURATION_RULES

'>=5.83.0':
Expand Down
2 changes: 1 addition & 1 deletion utils/build/docker/nodejs/parametric/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,8 @@ app.post('/ffe/start', async (req, res) => {
].some(name => process.env[name] !== undefined)

if (hasFeatureFlaggingConfiguration) {
const { openfeature } = tracer
try {
const { openfeature } = tracer
await OpenFeature.setProviderAndWait(openfeature)
} catch {
openFeatureClient = OpenFeature.getClient()
Expand Down
Loading