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
* Adds span thread info
* Adds changelog
* Fix tests
* Only set main thread info for app start spans which are fetched from the native SDKs
* Update changelog
* Removes thead.id
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
9
9
## Unreleased
10
10
11
+
### Features
12
+
13
+
- Add thread information to spans ([#4579](https://github.com/getsentry/sentry-react-native/pull/4579))
14
+
11
15
### Fixes
12
16
13
17
- Considers the `SENTRY_DISABLE_AUTO_UPLOAD` and `SENTRY_DISABLE_NATIVE_DEBUG_UPLOAD` environment variables in the configuration of the Sentry Android Gradle Plugin for Expo plugin ([#4583](https://github.com/getsentry/sentry-react-native/pull/4583))
0 commit comments