Skip to content

Commit

Permalink
Merge pull request #124 from larthur/force-sampled
Browse files Browse the repository at this point in the history
Add force sampled for tests that fail parsing headers.
  • Loading branch information
Loren Arthur authored and GitHub Enterprise committed Jan 29, 2020
2 parents 90e9999 + 0d3fbf0 commit 68d78b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed_tracing/trace_context.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
"account_id": "33",
"web_transaction": true,
"raises_exception": false,
"force_sampled_true": false,
"force_sampled_true": true,
"span_events_enabled": true,
"transport_type": "HTTP",
"inbound_headers": [
Expand Down Expand Up @@ -1566,7 +1566,7 @@
"account_id": "33",
"web_transaction": true,
"raises_exception": false,
"force_sampled_true": false,
"force_sampled_true": true,
"span_events_enabled": true,
"transport_type": "HTTP",
"inbound_headers": [
Expand Down

0 comments on commit 68d78b5

Please sign in to comment.