Skip to content

Commit

Permalink
Merge 97a3bde into a60350f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2023
2 parents a60350f + 97a3bde commit ac92119
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 150 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- Add actual `activeThreadId` to Profiles ([#3338](https://github.com/getsentry/sentry-react-native/pull/3338))
- Parse Hermes Profiling Bytecode Frames ([#3342](https://github.com/getsentry/sentry-react-native/pull/3342))

### Dependencies

- Bump JavaScript SDK from v7.73.0 to v7.75.1 ([#3344](https://github.com/getsentry/sentry-react-native/pull/3344))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7751)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.75.1)

## 5.11.1

### Fixes
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"react-native": ">=0.65.0"
},
"dependencies": {
"@sentry/browser": "7.73.0",
"@sentry/browser": "7.75.1",
"@sentry/cli": "2.21.2",
"@sentry/core": "7.73.0",
"@sentry/hub": "7.73.0",
"@sentry/integrations": "7.73.0",
"@sentry/react": "7.73.0",
"@sentry/types": "7.73.0",
"@sentry/utils": "7.73.0"
"@sentry/core": "7.75.1",
"@sentry/hub": "7.75.1",
"@sentry/integrations": "7.75.1",
"@sentry/react": "7.75.1",
"@sentry/types": "7.75.1",
"@sentry/utils": "7.75.1"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "7.73.0",
"@sentry-internal/eslint-plugin-sdk": "7.73.0",
"@sentry-internal/eslint-config-sdk": "7.75.1",
"@sentry-internal/eslint-plugin-sdk": "7.75.1",
"@sentry/typescript": "^5.20.1",
"@sentry/wizard": "3.13.0",
"@types/jest": "^29.5.3",
Expand Down
Loading

0 comments on commit ac92119

Please sign in to comment.