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
3 changes: 3 additions & 0 deletions .github/workflows/run-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ jobs:
- name: Run SAMPLING scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"SAMPLING"')
run: ./run.sh SAMPLING
- name: Run SAMPLING_RATE_CAPPING scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"SAMPLING_RATE_CAPPING"')
run: ./run.sh SAMPLING_RATE_CAPPING
- name: Run TELEMETRY_APP_STARTED_PRODUCTS_DISABLED scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TELEMETRY_APP_STARTED_PRODUCTS_DISABLED"')
run: ./run.sh TELEMETRY_APP_STARTED_PRODUCTS_DISABLED
Expand Down
2 changes: 1 addition & 1 deletion manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4118,7 +4118,7 @@ manifest:
- weblog_declaration:
"*": irrelevant (RUM injection only supported for spring-boot)
spring-boot: v1.49.0
tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease: v1.60.0-SNAPSHOT+c95286e6a5
tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease: v1.60.1-SNAPSHOT
tests/test_sampling_rates.py::Test_SampleRateFunction:
- weblog_declaration:
"*": v1.49.0
Expand Down
Loading