forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedit_test
25 lines (16 loc) · 1.54 KB
/
edit_test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
In the writing samples below, edit for grammar, punctuation, and style. Keep the following style guidelines in mind:
- We prefer contractions
- We use Oxford, or serial, commas
- We use [AP title case styling](https://en.wikipedia.org/wiki/Title_case#AP_Stylebook) for headings/titles
You should also make edits that you think improve the clarity of the text.
Sample 1
App Hangs
This integration tracks app hangs. This feature is available for iOS, tvOS, MacOS and watchOS.
Many reasons can make the app became unresponsive, from a long running code to an infinite loop bug, and this is extremelly annoying to the end user. With App Hangs tracking it's possible to detect this problem and fix it very quickly.
App hangs detection integration has a default timeout of 2 seconds, which means, if the app became unresponsive for 2 seconds it creates an error event.
The event has the stacktrace of all running threads, this way you can easy detect where the problem occurs.
Sample 2
React Native 0.69 and higher
If your using React Native v0.69 or higher, the auto-linking has changed and we're working on a fix, follow the issue.
As workaround, for now, update Sentrys `react-native.config.js` file located in `node_modules/@sentry/react-native/react-native.config.js`.
This should working on Android, however, on iOS, it'd still fail in the `Bundle React Native code and images` build step phase and for that, you've to revert the patched `shellScript` in the `ios/$projectName.xcodeproj/project.pbxproj` file where `$projectName` is probably your project's name.