We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies
app.module.ts
enableAppHangTracking
false
Upon inspecting the TypeScript definition file option.d.ts, it appears that the enableAppHangTracking option is missing from BaseCapacitorOptions.
option.d.ts
Originally reported on Discord
The text was updated successfully, but these errors were encountered:
lucas-zimerman
Successfully merging a pull request may close this issue.
Environment
Dependencies
Steps to Reproduce
app.module.ts
withenableAppHangTracking
set tofalse
to prevent app hanging timeout errors from being reported.Expected Result
Actual Result
Solution brainstorm
Upon inspecting the TypeScript definition file
option.d.ts
, it appears that the enableAppHangTracking option is missing from BaseCapacitorOptions.Notes
Originally reported on Discord
The text was updated successfully, but these errors were encountered: