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
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,32 @@
11
11
### Features
12
12
13
13
- Add the `FeedbackButton` component that shows the Feedback Widget ([#4378](https://github.com/getsentry/sentry-react-native/pull/4378))
14
+
- Add thread information to spans ([#4579](https://github.com/getsentry/sentry-react-native/pull/4579))
14
15
15
16
### Fixes
16
17
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
+
- Attach App Start spans to the first created not the first processed root span ([#4618](https://github.com/getsentry/sentry-react-native/pull/4618))
20
+
- Handle non-string category in getCurrentScreen on iOS ([#4629](https://github.com/getsentry/sentry-react-native/pull/4629))
18
21
19
22
### Dependencies
20
23
21
-
- Bump Bundler Plugins from v3.2.0 to v3.2.1 ([#4585](https://github.com/getsentry/sentry-react-native/pull/4585))
- 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.
38
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
39
+
30
40
### Features
31
41
32
42
- User Feedback Widget Beta ([#4435](https://github.com/getsentry/sentry-react-native/pull/4435))
@@ -62,6 +72,10 @@
62
72
63
73
## 6.8.0
64
74
75
+
> [!WARNING]
76
+
> 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.
77
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
78
+
65
79
### Features
66
80
67
81
- Adds Sentry Android Gradle Plugin as an experimental Expo plugin feature ([#4440](https://github.com/getsentry/sentry-react-native/pull/4440))
@@ -107,6 +121,10 @@
107
121
108
122
## 6.7.0
109
123
124
+
> [!WARNING]
125
+
> 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.
126
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
127
+
110
128
### Features
111
129
112
130
- Add `ignoredComponents` option to `annotateReactComponents` to exclude specific components from React component annotations ([#4517](https://github.com/getsentry/sentry-react-native/pull/4517))
@@ -139,6 +157,10 @@
139
157
140
158
## 6.6.0
141
159
160
+
> [!WARNING]
161
+
> 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.
162
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
163
+
142
164
### Features
143
165
144
166
- Send Sentry React Native SDK version in the Session Replay Events on iOS ([#4450](https://github.com/getsentry/sentry-react-native/pull/4450))
@@ -175,6 +197,10 @@
175
197
176
198
## 6.5.0
177
199
200
+
> [!WARNING]
201
+
> 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.
202
+
> See issue [#4598](https://github.com/getsentry/sentry-react-native/issues/4598) for more details.
203
+
178
204
### Features
179
205
180
206
- 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