We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc5e9d commit 06e0f7cCopy full SHA for 06e0f7c
1 file changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+**Features**:
6
+
7
+- Implement the GPU Info gathering within the Native SDK ([#1336](https://github.com/getsentry/sentry-native/pull/1336))
8
9
**Fixes**:
10
11
- Remove spurious decref in `sentry_capture_user_feedback()` ([#1510](https://github.com/getsentry/sentry-native/pull/1510))
@@ -88,10 +92,6 @@
88
92
- Use proper SDK name determination for structured logs `sdk.name` attribute. ([#1399](https://github.com/getsentry/sentry-native/pull/1399))
89
93
- Serialize `uint64` values as numerical instead of string. ([#1408](https://github.com/getsentry/sentry-native/pull/1408))
90
94
91
-**Features**:
-
-- Implement the GPU Info gathering within the Native SDK ([#1336](https://github.com/getsentry/sentry-native/pull/1336))
95
## 0.11.2
96
97
0 commit comments