Skip to content

Commit ecde56c

Browse files
committed
Update changelog
1 parent 8812825 commit ecde56c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sentry-ruby/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)