You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/nodejs.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ refs:
77
77
- &ref_5_77_0 '>=5.77.0'
78
78
- &ref_5_79_0 '>=5.79.0'
79
79
- &ref_5_80_0 '>=5.80.0'
80
+
- &ref_5_81_0 '>=5.81.0'
80
81
tests/:
81
82
apm_tracing_e2e/:
82
83
test_otel.py:
@@ -1522,7 +1523,13 @@ tests/:
1522
1523
test_profiling.py:
1523
1524
Test_Profile: *ref_5_16_0 #actual version unknown
1524
1525
test_protobuf.py: missing_feature
1525
-
test_resource_renaming.py: missing_feature
1526
+
test_resource_renaming.py:
1527
+
Test_Resource_Renaming_HTTP_Endpoint_Tag:
1528
+
'*': *ref_5_81_0
1529
+
nextjs: missing_feature # Next.js have file based routing, resource renaming is supported if we are not able to get route from insturmantation that we can't reprocude it.
1530
+
Test_Resource_Renaming_Stats_Aggregation_Keys:
1531
+
'*': *ref_5_81_0
1532
+
nextjs: missing_feature
1526
1533
test_sampling_rates.py:
1527
1534
Test_SampleRateFunction: *ref_5_54_0
1528
1535
Test_SamplingDecisionAdded: *ref_5_17_0 # real version unknown
0 commit comments