Skip to content

Commit 6dff712

Browse files
fix(options): Fix app hang timeout option name (#2574)
1 parent 90e56e7 commit 6dff712

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## 4.7.0
3+
## Unreleased
44

55
### Fixes
66

77
- Remove duplicate sdk package record from envelope ([#2570](https://github.com/getsentry/sentry-react-native/pull/2570))
8+
- Fix `appHangsTimeoutInterval` -> `appHangTimeoutInterval` option name ([#2574](https://github.com/getsentry/sentry-react-native/pull/2574))
9+
10+
## 4.7.0
811

912
### Dependencies
1013

src/js/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface BaseReactNativeOptions {
120120
*
121121
* @default 2
122122
*/
123-
appHangsTimeoutInterval?: number;
123+
appHangTimeoutInterval?: number;
124124
}
125125

126126
/**

0 commit comments

Comments
 (0)