Skip to content

Commit 5e430de

Browse files
authored
Merge branch 'main' into feat/playground-open-url-expo
2 parents ec8663b + db746e1 commit 5e430de

File tree

25 files changed

+587
-80
lines changed

25 files changed

+587
-80
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## Unreleased
9+
## 8.7.0
1010

1111
### Features
1212

13-
- Enable "Open Sentry" button in Playground for Expo apps ([#5947](https://github.com/getsentry/sentry-react-native/pull/5947))
13+
- Add `Sentry.appLoaded()` API to explicitly signal app start end ([#5940](https://github.com/getsentry/sentry-react-native/pull/5940))
1414
- Add `frames.delay` span data from native SDKs to app start, TTID/TTFD, and JS API spans ([#5907](https://github.com/getsentry/sentry-react-native/pull/5907))
1515
- Rename `FeedbackWidget` to `FeedbackForm` and `showFeedbackWidget` to `showFeedbackForm` ([#5931](https://github.com/getsentry/sentry-react-native/pull/5931))
1616
- The old names are deprecated but still work
1717
- Deprecate `FeedbackButton`, `showFeedbackButton`, and `hideFeedbackButton` ([#5933](https://github.com/getsentry/sentry-react-native/pull/5933))
18+
- Enable "Open Sentry" button in Playground for Expo apps ([#5947](https://github.com/getsentry/sentry-react-native/pull/5947))
1819

1920
### Fixes
2021

SDK-VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To manually update the table with the current version, run `./scripts/update-sdk
1212

1313
| React Native SDK | Android SDK | Cocoa SDK | JavaScript SDK |
1414
| ---------------- | ----------- | --------- | -------------- |
15+
| [8.7.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.7.0) | [8.37.1](https://github.com/getsentry/sentry-java/releases/tag/8.37.1) | [9.8.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.8.0) | [10.47.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.47.0) |
1516
| [8.6.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.6.0) | [8.36.0](https://github.com/getsentry/sentry-java/releases/tag/8.36.0) | [9.8.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.8.0) | [10.46.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.46.0) |
1617
| [8.5.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.5.0) | [8.36.0](https://github.com/getsentry/sentry-java/releases/tag/8.36.0) | [9.7.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.7.0) | [10.44.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.44.0) |
1718
| [8.4.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.4.0) | [8.33.0](https://github.com/getsentry/sentry-java/releases/tag/8.33.0) | [9.7.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.7.0) | [10.43.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.43.0) |

dev-packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-e2e-tests",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
1616
"@sentry/core": "10.47.0",
17-
"@sentry/react-native": "8.6.0",
17+
"@sentry/react-native": "8.7.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",
2020
"appium": "3.2.2",

dev-packages/type-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sentry-react-native-type-check",
33
"private": true,
4-
"version": "8.6.0",
4+
"version": "8.7.0",
55
"scripts": {
66
"type-check": "./run-type-check.sh"
77
}

dev-packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-samples-utils",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"description": "Internal Samples Utils",
55
"main": "index.js",
66
"license": "MIT",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"See: https://github.com/appium/appium-chromedriver/pull/424"
6161
],
6262
"resolutions": {
63-
"appium-chromedriver@npm:8.2.19/@xmldom/xmldom": "0.8.10",
63+
"appium-chromedriver@npm:8.2.19/@xmldom/xmldom": "0.8.12",
6464
"@istanbuljs/load-nyc-config@npm:1.1.0/js-yaml": "^3.14.2",
6565
"@yarnpkg/parsers@npm:3.0.0-rc.46/js-yaml": "^3.14.2",
6666
"cosmiconfig@npm:5.2.1/js-yaml": "^3.14.2",
@@ -115,7 +115,17 @@
115115
"minimatch@npm:10.2.4/brace-expansion": "^5.0.5",
116116
"@appium/base-driver@npm:10.2.2/path-to-regexp": "^8.4.0",
117117
"router@npm:2.2.0/path-to-regexp": "^8.4.0",
118-
"yaml": "^2.8.3"
118+
"yaml": "^2.8.3",
119+
"minimatch@npm:5.1.9/brace-expansion": "^2.0.3",
120+
"minimatch@npm:8.0.7/brace-expansion": "^2.0.3",
121+
"minimatch@npm:9.0.9/brace-expansion": "^2.0.3",
122+
"@expo/plist@npm:0.1.3/@xmldom/xmldom": "^0.8.12",
123+
"@expo/plist@npm:0.3.4/@xmldom/xmldom": "^0.8.12",
124+
"@expo/plist@npm:0.5.2/@xmldom/xmldom": "^0.8.12",
125+
"plist@npm:3.1.0/@xmldom/xmldom": "^0.8.12",
126+
"@appium/support@npm:7.0.6/yauzl": "^3.2.1",
127+
"appium-ios-remotexpc@npm:0.36.0/@xmldom/xmldom": "^0.9.9",
128+
"appium-ios-simulator@npm:8.0.12/@xmldom/xmldom": "^0.9.9"
119129
},
120130
"version": "0.0.0",
121131
"name": "sentry-react-native",

packages/core/android/src/main/java/io/sentry/react/RNSentryVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class RNSentryVersion {
44
static final String REACT_NATIVE_SDK_PACKAGE_NAME = "npm:@sentry/react-native";
5-
static final String REACT_NATIVE_SDK_PACKAGE_VERSION = "8.6.0";
5+
static final String REACT_NATIVE_SDK_PACKAGE_VERSION = "8.7.0";
66
static final String NATIVE_SDK_NAME = "sentry.native.android.react-native";
77
static final String ANDROID_SDK_NAME = "sentry.java.android.react-native";
88
static final String REACT_NATIVE_SDK_NAME = "sentry.javascript.react-native";

packages/core/ios/RNSentryVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
NSString *const NATIVE_SDK_NAME = @"sentry.cocoa.react-native";
44
NSString *const REACT_NATIVE_SDK_NAME = @"sentry.javascript.react-native";
55
NSString *const REACT_NATIVE_SDK_PACKAGE_NAME = @"npm:@sentry/react-native";
6-
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"8.6.0";
6+
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"8.7.0";

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sentry/react-native",
33
"homepage": "https://github.com/getsentry/sentry-react-native",
44
"repository": "https://github.com/getsentry/sentry-react-native",
5-
"version": "8.6.0",
5+
"version": "8.7.0",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",

0 commit comments

Comments
 (0)