Skip to content

Commit

Permalink
Merge branch 'main' into kw/fix-return-last-event-id-export
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Nov 26, 2024
2 parents 90374bf + 83f6f6c commit 1f89c70
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
### Fixes

- Return `lastEventId` export from `@sentry/core` ([#4315](https://github.com/getsentry/sentry-react-native/pull/4315))
### Dependencies

- Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2391)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.2...2.39.1)

## 6.4.0-beta.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@expo/swiftlint": "^0.57.1",
"@sentry/cli": "2.38.2",
"@sentry/cli": "2.39.1",
"clang-format": "^1.8.0",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@sentry/babel-plugin-component-annotate": "2.20.1",
"@sentry/browser": "8.40.0",
"@sentry/cli": "2.38.2",
"@sentry/cli": "2.39.1",
"@sentry/core": "8.40.0",
"@sentry/react": "8.40.0",
"@sentry/types": "8.40.0",
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8178,66 +8178,66 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli-darwin@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-darwin@npm:2.38.2"
"@sentry/cli-darwin@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-darwin@npm:2.39.1"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-linux-arm64@npm:2.38.2"
"@sentry/cli-linux-arm64@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-linux-arm64@npm:2.39.1"
conditions: (os=linux | os=freebsd) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-linux-arm@npm:2.38.2"
"@sentry/cli-linux-arm@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-linux-arm@npm:2.39.1"
conditions: (os=linux | os=freebsd) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-linux-i686@npm:2.38.2"
"@sentry/cli-linux-i686@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-linux-i686@npm:2.39.1"
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-linux-x64@npm:2.38.2"
"@sentry/cli-linux-x64@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-linux-x64@npm:2.39.1"
conditions: (os=linux | os=freebsd) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-win32-i686@npm:2.38.2"
"@sentry/cli-win32-i686@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-win32-i686@npm:2.39.1"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli-win32-x64@npm:2.38.2"
"@sentry/cli-win32-x64@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli-win32-x64@npm:2.39.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:2.38.2":
version: 2.38.2
resolution: "@sentry/cli@npm:2.38.2"
"@sentry/cli@npm:2.39.1":
version: 2.39.1
resolution: "@sentry/cli@npm:2.39.1"
dependencies:
"@sentry/cli-darwin": 2.38.2
"@sentry/cli-linux-arm": 2.38.2
"@sentry/cli-linux-arm64": 2.38.2
"@sentry/cli-linux-i686": 2.38.2
"@sentry/cli-linux-x64": 2.38.2
"@sentry/cli-win32-i686": 2.38.2
"@sentry/cli-win32-x64": 2.38.2
"@sentry/cli-darwin": 2.39.1
"@sentry/cli-linux-arm": 2.39.1
"@sentry/cli-linux-arm64": 2.39.1
"@sentry/cli-linux-i686": 2.39.1
"@sentry/cli-linux-x64": 2.39.1
"@sentry/cli-win32-i686": 2.39.1
"@sentry/cli-win32-x64": 2.39.1
https-proxy-agent: ^5.0.0
node-fetch: ^2.6.7
progress: ^2.0.3
Expand All @@ -8260,7 +8260,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 6f58c3fd4838b195b0424459b1f64db6b90b238e61283eeb5c0dd9c05ef0d16ed2ee72475108d3b9e9188b3e99575ee081d8003475096b385306f093c04cfb08
checksum: 9dc0129d618bc01d178609388bf44d731747057a67bb512e6e1f12e6c428096712a44c965d8fc9f55bdb7930f6565a3065c3cb308bf72399ac16d95b3721c1a1
languageName: node
linkType: hard

Expand Down Expand Up @@ -8337,7 +8337,7 @@ __metadata:
"@sentry-internal/typescript": 8.40.0
"@sentry/babel-plugin-component-annotate": 2.20.1
"@sentry/browser": 8.40.0
"@sentry/cli": 2.38.2
"@sentry/cli": 2.39.1
"@sentry/core": 8.40.0
"@sentry/react": 8.40.0
"@sentry/types": 8.40.0
Expand Down Expand Up @@ -25113,7 +25113,7 @@ __metadata:
resolution: "sentry-react-native@workspace:."
dependencies:
"@expo/swiftlint": ^0.57.1
"@sentry/cli": 2.38.2
"@sentry/cli": 2.39.1
clang-format: ^1.8.0
downlevel-dts: ^0.11.0
google-java-format: ^1.4.0
Expand Down

0 comments on commit 1f89c70

Please sign in to comment.