Skip to content

Commit

Permalink
changelog entry for dynamic sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Sep 15, 2022
1 parent 6d6e7bf commit 75bcad6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- Support rack 3 [#1884](https://github.com/getsentry/sentry-ruby/pull/1884)
- We no longer need the `HTTP_VERSION` check for ignoring the header

- Add [Dynamic Sampling](https://docs.sentry.io/product/sentry-basics/sampling/) support
The SDK now supports Sentry's Dynamic Sampling product. Note that this is not supported for users still using the `config.async` option.

- Parse incoming [W3C Baggage Headers](https://www.w3.org/TR/baggage/) and propagate them [#1869](https://github.com/getsentry/sentry-ruby/pull/1869)
- in all outgoing requests in our net/http patch
- in Sentry transactions as [Dynamic Sampling Context](https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/)

### Bug Fixes

- Memoize session.aggregation_key [#1892](https://github.com/getsentry/sentry-ruby/pull/1892)
Expand Down

0 comments on commit 75bcad6

Please sign in to comment.