Skip to content

Commit

Permalink
remove shutdowntimeout from android / use newer wizard version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Mar 3, 2025
1 parent dc2e123 commit 9a0b21e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ protected void getSentryAndroidOptions(
if (rnOptions.hasKey("sessionTrackingIntervalMillis")) {
options.setSessionTrackingIntervalMillis(rnOptions.getInt("sessionTrackingIntervalMillis"));
}
if (rnOptions.hasKey("shutdownTimeout")) {
options.setShutdownTimeoutMillis(rnOptions.getInt("shutdownTimeout"));
}
if (rnOptions.hasKey("enableNdkScopeSync")) {
options.setEnableScopeSync(rnOptions.getBoolean("enableNdkScopeSync"));
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@sentry-internal/eslint-config-sdk": "9.1.0",
"@sentry-internal/eslint-plugin-sdk": "9.1.0",
"@sentry-internal/typescript": "9.1.0",
"@sentry/wizard": "3.40.0",
"@sentry/wizard": "3.42.0",
"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.13",
"@types/node": "^20.9.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8134,7 +8134,7 @@ __metadata:
"@sentry/core": 9.1.0
"@sentry/react": 9.1.0
"@sentry/types": 9.1.0
"@sentry/wizard": 3.40.0
"@sentry/wizard": 3.42.0
"@testing-library/react-native": ^12.7.2
"@types/jest": ^29.5.13
"@types/node": ^20.9.3
Expand Down Expand Up @@ -8218,9 +8218,9 @@ __metadata:
languageName: node
linkType: hard

"@sentry/wizard@npm:3.40.0":
version: 3.40.0
resolution: "@sentry/wizard@npm:3.40.0"
"@sentry/wizard@npm:3.42.0":
version: 3.42.0
resolution: "@sentry/wizard@npm:3.42.0"
dependencies:
"@clack/core": ^0.3.4
"@clack/prompts": 0.7.0
Expand All @@ -8242,7 +8242,7 @@ __metadata:
yargs: ^16.2.0
bin:
sentry-wizard: dist/bin.js
checksum: 002a6d7638ebb40ad3f7ea406570e2f73a77c8e9176d5089f064303624d23e860b0d1f9767f72636588f2e40f00e46267ec7c2610030d642049eaf5865ef7211
checksum: 821aac0ffc686ac8ce21f5a07cceb525b31b951555ac2e6a249c36a207193ce44c3ed458184bc06a982a116f2de1ec9fca019bc453e7ad3edb8f9914c6b9a7b5
languageName: node
linkType: hard

Expand Down

0 comments on commit 9a0b21e

Please sign in to comment.