diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd4a5f58f..faf4973771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- CaptureMessage stack-trace is now symbolicated ([#3635](https://github.com/getsentry/sentry-react-native/pull/3635)) + ### Dependencies - Bump CLI from v2.30.4 to v2.31.2 ([#3719](https://github.com/getsentry/sentry-react-native/pull/3719)) diff --git a/package.json b/package.json index 1515ecc3a6..a54d83dbe4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "test:watch": "jest --watch", "run-ios": "cd samples/react-native && yarn react-native run-ios", "run-android": "cd samples/react-native && yarn react-native run-android", - "yalc:add:sentry-javascript": "yalc add @sentry/browser @sentry/core @sentry/hub @sentry/integrations @sentry/react @sentry/types @sentry/utils", + "yalc:add:sentry-javascript": "yalc add @sentry/browser @sentry/core @sentry/react @sentry/types @sentry/utils", "set-version-samples": "bash scripts/set-version-samples.sh" }, "bin": { @@ -67,22 +67,20 @@ "react-native": ">=0.65.0" }, "dependencies": { - "@sentry/browser": "7.113.0", + "@sentry/browser": "8.0.0-alpha.9", "@sentry/cli": "2.31.2", - "@sentry/core": "7.113.0", - "@sentry/hub": "7.113.0", - "@sentry/integrations": "7.113.0", - "@sentry/react": "7.113.0", - "@sentry/types": "7.113.0", - "@sentry/utils": "7.113.0" + "@sentry/core": "8.0.0-alpha.9", + "@sentry/react": "8.0.0-alpha.9", + "@sentry/types": "8.0.0-alpha.9", + "@sentry/utils": "8.0.0-alpha.9" }, "devDependencies": { "@babel/core": "^7.23.5", "@expo/metro-config": "0.17.5", "@mswjs/interceptors": "^0.25.15", - "@sentry-internal/eslint-config-sdk": "7.113.0", - "@sentry-internal/eslint-plugin-sdk": "7.113.0", - "@sentry-internal/typescript": "7.113.0", + "@sentry-internal/eslint-config-sdk": "8.0.0-alpha.9", + "@sentry-internal/eslint-plugin-sdk": "8.0.0-alpha.9", + "@sentry-internal/typescript": "8.0.0-alpha.9", "@sentry/wizard": "3.16.3", "@types/jest": "^29.5.3", "@types/node": "^20.9.3", diff --git a/samples/expo/app/(tabs)/index.tsx b/samples/expo/app/(tabs)/index.tsx index 3c5cdfd65f..66f049045d 100644 --- a/samples/expo/app/(tabs)/index.tsx +++ b/samples/expo/app/(tabs)/index.tsx @@ -31,7 +31,7 @@ export default function TabOneScreen() { return ( - + {/* */} Welcome to Sentry Expo Sample App!