phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
http://scenerystack.org/
MIT License
9 stars 6 forks source link

Add ?launchCounter #980

Closed samreid closed 2 months ago

samreid commented 2 months ago

During https://github.com/phetsims/density-buoyancy-common/issues/168 it came to our attention that it is difficult to know whether or not a page has crashed an iPad. For instance, if I start fuzzing at 9:10am, then get a coffee and come back to see it is still fuzzing, I may mistakenly think it has not crashed at all. However, platforms such as mobile safari automatically reload on a crash, and so it is possible that the page crashed many times while we weren't looking. @zepumph and I discussed that a query parameter could keep track of the launch count to see the crash rate.

samreid commented 2 months ago

This has been working well enough, closing.