Skip to content

Commit a9c15e5

Browse files
committed
prepare alpha.1
1 parent bd57dfe commit a9c15e5

File tree

6 files changed

+4124
-9938
lines changed

6 files changed

+4124
-9938
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.5.4-alpha.1
2+
3+
**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.
4+
5+
A bug in React-Native/Metro https://github.com/facebook/metro/issues/1516 related to conditional `import`/`require` is currently blocking release support for `XHRInterceptor` for this package.
6+
7+
This alpha build bypasses the error by disabling access to `XHRInterceptor` as a temporal solution.
8+
9+
- fix: Support for React-Native 0.79+
10+
- perf: disabled XHRInterceptor in RUM
11+
112
## 1.5.3
213

314
- fix: map RUM requests using a unique id (#149) (2025-04-02)

demo/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)