Skip to content

Commit

Permalink
Bump @sentry/react-native to 5.17.0 along with related packages (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk authored Feb 15, 2024
1 parent b00e0e1 commit aeca856
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 103 deletions.
2 changes: 1 addition & 1 deletion build/sentry.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-expo",
"version": "7.1.1",
"version": "7.2.0",
"description": "Catch your Javascript errors for your production Expo apps!",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -39,10 +39,10 @@
"homepage": "https://docs.expo.io/guides/using-sentry/",
"dependencies": {
"@expo/spawn-async": "^1.7.0",
"@sentry/integrations": "7.69.0",
"@sentry/react": "7.69.0",
"@sentry/react-native": "5.10.0",
"@sentry/types": "7.69.0",
"@sentry/integrations": "7.81.1",
"@sentry/react": "7.81.1",
"@sentry/react-native": "5.17.0",
"@sentry/types": "7.81.1",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SDK_VERSION as SENTRY_REACT_VERSION } from '@sentry/react';

export const SENTRY_EXPO_PACKAGE = 'npm:sentry-expo';
export const SENTRY_EXPO_VERSION = '7.1.1';
export const SENTRY_EXPO_VERSION = '7.2.0';

export const SENTRY_REACT_NATIVE_PACKAGE = 'npm:@sentry/react-native';
export const SENTRY_REACT_PACKAGE = 'npm:@sentry/react';
Expand Down
Loading

0 comments on commit aeca856

Please sign in to comment.