Skip to content

Commit cdf9933

Browse files
committed
Merge branch 'master' into emit-rate-limit-outcomes
2 parents 8592e1e + dacdb00 commit cdf9933

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
**Internal**:
6+
7+
- Emit the `quantity` field for outcomes of events. This field describes the total size in bytes for attachments or the event count for all other categories. A separate outcome is emitted for attachments in a rejected envelope, if any, in addition to the event outcome. ([#942](https://github.com/getsentry/relay/pull/942))
8+
39
## 21.3.0
410

511
**Features**:
@@ -16,7 +22,7 @@
1622

1723
**Internal**:
1824

19-
- Emit the `category` and `quantity` fields for outcomes of events. The `category` field disambiguates error events, security events and transactions. As a side-effect, Relay no longer emits outcomes for broken JSON payloads or network errors. The `quantity` field describes the total size in bytes for attachments or the event count for all other categories. A separate outcome is emitted for attachments in a rejected envelope, if any, in addition to the event outcome. ([#931](https://github.com/getsentry/relay/pull/931), [#942](https://github.com/getsentry/relay/pull/942))
25+
- Emit the `category` field for outcomes of events. This field disambiguates error events, security events and transactions. As a side-effect, Relay no longer emits outcomes for broken JSON payloads or network errors. ([#931](https://github.com/getsentry/relay/pull/931))
2026
- Add inbound filters functionality to dynamic sampling rules. ([#920](https://github.com/getsentry/relay/pull/920))
2127
- The undocumented `http._client` option has been removed. ([#938](https://github.com/getsentry/relay/pull/938))
2228
- Log old events and sessions in the `requests.timestamp_delay` metric. ([#933](https://github.com/getsentry/relay/pull/933))

0 commit comments

Comments
 (0)