We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e56e7 commit 6dff712Copy full SHA for 6dff712
CHANGELOG.md
@@ -1,10 +1,13 @@
1
# Changelog
2
3
-## 4.7.0
+## Unreleased
4
5
### Fixes
6
7
- 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
11
12
### Dependencies
13
src/js/options.ts
@@ -120,7 +120,7 @@ export interface BaseReactNativeOptions {
120
*
121
* @default 2
122
*/
123
- appHangsTimeoutInterval?: number;
+ appHangTimeoutInterval?: number;
124
}
125
126
/**
0 commit comments