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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+44
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,30 @@
6
6
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
7
7
<!-- prettier-ignore-end -->
8
8
9
+
## Unreleased
10
+
11
+
### Features
12
+
13
+
- Add thread information to spans ([#4579](https://github.com/getsentry/sentry-react-native/pull/4579))
14
+
- Exposed `getDataFromUri` as a public API to retrieve data from a URI ([#4638](https://github.com/getsentry/sentry-react-native/pull/4638))
15
+
16
+
### Fixes
17
+
18
+
- 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))
19
+
- Handle non-string category in getCurrentScreen on iOS ([#4629](https://github.com/getsentry/sentry-react-native/pull/4629))
20
+
21
+
### Dependencies
22
+
23
+
- Bump Bundler Plugins from v3.2.0 to v3.2.2 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585), [#4620](https://github.com/getsentry/sentry-react-native/pull/4620))
> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
50
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
51
+
24
52
### Features
25
53
26
54
- User Feedback Widget Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435))
@@ -56,6 +84,10 @@
56
84
57
85
## 6.8.0
58
86
87
+
> [!WARNING]
88
+
> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
89
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
90
+
59
91
### Features
60
92
61
93
- Adds Sentry Android Gradle Plugin as an experimental Expo plugin feature ([#4440](https://github.com/getsentry/sentry-react-native/pull/4440))
@@ -101,6 +133,10 @@
101
133
102
134
## 6.7.0
103
135
136
+
> [!WARNING]
137
+
> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
138
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
139
+
104
140
### Features
105
141
106
142
- Add `ignoredComponents` option to `annotateReactComponents` to exclude specific components from React component annotations ([#4517](https://github.com/getsentry/sentry-react-native/pull/4517))
@@ -133,6 +169,10 @@
133
169
134
170
## 6.6.0
135
171
172
+
> [!WARNING]
173
+
> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
174
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
175
+
136
176
### Features
137
177
138
178
- Send Sentry React Native SDK version in the Session Replay Events on iOS ([#4450](https://github.com/getsentry/sentry-react-native/pull/4450))
@@ -169,6 +209,10 @@
169
209
170
210
## 6.5.0
171
211
212
+
> [!WARNING]
213
+
> This release contains an issue where Cold starts can be incorrectly reported as Warm starts on Android. We recommend staying on version 6.4.0 if you use this feature on Android.
214
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
215
+
172
216
### Features
173
217
174
218
- Mobile Session Replay is now generally available and ready for production use ([#4384](https://github.com/getsentry/sentry-react-native/pull/4384))
0 commit comments