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
* master:
feat(sampling): Support custom tags and more contexts (#1268)
deps: Update symbolic to pull in Unreal parser fixes (#1266)
Bring in CLA Lite (#1257)
release: 0.8.11
ref(profiling): Normalize all profiles (#1250)
feat(profiling): Add a profile data category and count profiles in an envelope to apply rate limits (#1259)
fix: Raise a new InvalidCompression Outcome for invalid Unreal compression (#1237)
chore: Update logo for dark or light theme (#1262)
ref: Use Duration to compute breakdowns and span durations (#1260)
Sentry employees and contractors can delete or ignore the following.
11
+
12
+
-->
13
+
14
+
### Legal Boilerplate
15
+
16
+
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
- fix(metrics): Enforce metric name length limit. ([#1238](https://github.com/getsentry/relay/pull/1238))
14
14
- Accept and forward unknown Envelope items. In processing mode, drop items individually rather than rejecting the entire request. This allows SDKs to send new data in combined Envelopes in the future. ([#1246](https://github.com/getsentry/relay/pull/1246))
15
15
- Stop extracting metrics with outdated names from sessions. ([#1251](https://github.com/getsentry/relay/pull/1251), [#1252](https://github.com/getsentry/relay/pull/1252))
16
+
- Update symbolic to pull in fixed Unreal parser that now correctly handles zero-length files. ([#1266](https://github.com/getsentry/relay/pull/1266))
16
17
17
18
**Internal**:
18
19
@@ -22,6 +23,10 @@
22
23
- Remove the unused "internal" data category. ([#1245](https://github.com/getsentry/relay/pull/1245))
23
24
- Add the client and version as `sdk` tag to extracted session metrics in the format `name/version`. ([#1248](https://github.com/getsentry/relay/pull/1248))
24
25
- Expose `shutdown_timeout` in `OverridableConfig` ([#1247](https://github.com/getsentry/relay/pull/1247))
26
+
- Normalize all profiles and reject invalid ones. ([#1250](https://github.com/getsentry/relay/pull/1250))
27
+
- Raise a new InvalidCompression Outcome for invalid Unreal compression. ([#1237](https://github.com/getsentry/relay/pull/1237))
28
+
- Add a profile data category and count profiles in an envelope to apply rate limits. ([#1259](https://github.com/getsentry/relay/pull/1259))
29
+
- Support dynamic sampling by custom tags, operating system name and version, as well as device name and family. ([#1268](https://github.com/getsentry/relay/pull/1268))
0 commit comments