You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Utils::SampleRand
* Add sample_rand to propagation context
* Add sample_rand to transaction
* Add parent_sampled_rate to sampling context
* Turn SampleRand into a class
* More tests
* Reduce duplication between Transaction/PropagationContext
* Improve spec descriptions
* Remove a spec that made no sense
* Refine a couple of specs
* Improve spec descriptions
* Stricter parsing of the sample rand value
* [devcontainer] update node
* Update e2e workflow
* Add more e2e coverage for DSC
* Update svelte mini app for e2e
* Update CHANGELOG
* Improve spec
* [e2e] clear logged events
* Improve e2e spec
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Unreleased
2
2
3
+
### Feature
4
+
5
+
- Propagated sampling rates as specified in [Traces](https://develop.sentry.dev/sdk/telemetry/traces/#propagated-random-value) docs ([#2671](https://github.com/getsentry/sentry-ruby/pull/2671))
6
+
3
7
### Internal
4
8
5
9
- Factor out do_request in HTTP transport ([#2662](https://github.com/getsentry/sentry-ruby/pull/2662))
0 commit comments