Skip to content

Commit 5935ecb

Browse files
chore: sample traces at 100%
Root spans are becoming the canonical per-request record (status code, invocation outcome, timing), so head sampling moves to 1. Ingest cost is controlled by VRL stripping at the Better Stack source instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 538a6f1 commit 5935ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"traces": {
3030
"enabled": true,
3131
"destinations": ["betterstack-traces"],
32-
"head_sampling_rate": 0.01,
32+
"head_sampling_rate": 1.0,
3333
"persist": true
3434
}
3535
},

0 commit comments

Comments
 (0)