File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ The SDK now records a new `net.http` breadcrumb whenever the user makes a reques
1818
1919<img width =" 869 " alt =" net http breadcrumb " src =" https://user-images.githubusercontent.com/5079556/114298326-5f7c3d80-9ae8-11eb-9108-222384a7f1a2.png " >
2020
21+ - Add the third tracing state [ #1402 ] ( https://github.com/getsentry/sentry-ruby/pull/1402 )
22+ - ` rate == 0 ` - Tracing enabled. Rejects all locally created transactions but respects sentry-trace.
23+ - ` 1 > rate > 0 ` - Tracing enabled. Samples locally created transactions with the rate and respects sentry-trace.
24+ - ` rate < 0 ` or ` rate > 1 ` - Tracine disabled.
25+
2126### Refactorings
2227
2328- Let Transaction constructor take an optional hub argument [ #1384 ] ( https://github.com/getsentry/sentry-ruby/pull/1384 )
You can’t perform that action at this time.
0 commit comments