Skip to content

Commit 78731be

Browse files
chore: prepare release 1.6.0 (#177)
* chore: prepare release 1.6.0 * update demo package * changelog cleanup
1 parent bf5db4c commit 78731be

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.6.0
2+
3+
This release fixes compatibility issues with the recent React-Native versions 0.79+, and it is backwards compatible with older versions as well.
4+
5+
Since React-Native 0.79, the `XHRInterceptor` module has moved to an internal location which might stop working in future React-Native versions. This might affect Realtime User Monitoring in the future.
6+
7+
- fix: Support React-Native 0.80 (#168) (2025-07-08)
8+
- chore(deps): bump creyD/prettier_action from 4.5 to 4.6 (#175) (2025-07-01)
9+
- chore(deps-dev): bump @react-native/metro-config in /demo (#164) (2025-06-02)
10+
- chore(deps-dev): bump @react-native-community/cli-platform-android (#163) (2025-06-02)
11+
- chore(deps): bump @react-navigation/bottom-tabs in /demo (#162) (2025-06-02)
12+
- chore(deps-dev): bump @react-native/typescript-config in /demo (#165) (2025-06-02)
13+
- chore(deps): bump creyD/prettier_action from 4.3 to 4.5 (#166) (2025-06-02)
14+
- chore(deps-dev): bump @babel/runtime from 7.27.0 to 7.27.4 in /demo (#161) (2025-06-02)
15+
- chore: update raygun native dependencies (#160) (2025-05-31)
16+
- chore(deps): bump undici from 6.21.1 to 6.21.3 in /ExpoDemo (#159) (2025-05-19)
17+
- chore(deps): bump react-native-safe-area-context in /demo (#158) (2025-05-01)
18+
- chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 in /demo (#157) (2025-05-01)
19+
- chore(deps-dev): bump @react-native/typescript-config in /demo (#156) (2025-05-01)
20+
- chore(deps-dev): bump @babel/preset-env from 7.26.9 to 7.27.1 in /demo (#155) (2025-05-01)
21+
- chore(deps): bump @react-navigation/bottom-tabs in /demo (#154) (2025-05-01)
22+
- chore(deps): bump image-size from 1.1.1 to 1.2.1 in /ExpoDemo (#151) (2025-04-03)
23+
- chore(deps): bump image-size from 1.2.0 to 1.2.1 in /demo (#152) (2025-04-03)
24+
125
## 1.5.4-alpha.1
226

327
**IMPORTANT** This alpha release disables `XHRInterceptor` in order to fix support for React-Native 0.79+. Real User Monitoring (RUM) will be affected by this change.

demo/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@react-native-community/checkbox": "^0.5.20",
1414
"@react-navigation/bottom-tabs": "^7.3.14",
1515
"@react-navigation/native": "^7.1.10",
16-
"raygun4reactnative": "file:raygun4reactnative-1.5.4-alpha.1.tgz",
16+
"raygun4reactnative": "file:raygun4reactnative-1.6.0.tgz",
1717
"react": "19.1.0",
1818
"react-native": "^0.80.1",
1919
"react-native-safe-area-context": "^5.4.1",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raygun4reactnative",
33
"title": "Raygun4reactnative",
4-
"version": "1.5.4-alpha.1",
4+
"version": "1.6.0",
55
"description": "Raygun React Native SDK",
66
"main": "dist/index.js",
77
"typescript": {

0 commit comments

Comments
 (0)