Guybrush
Guybrush
## Issue I was trying to track down a memory leak with `ArFragment` in my app so I created a minimal, complete, verifiable example [here (Git repo)](https://github.com/another-dave/scene-form-memory-leak-example). It looks like...
I made a non-Mapbox related change to my app and was testing the release variant when I hit a crash from **MapboxTelemetryExecutor**: ```java Caused by: java.lang.NoSuchMethodException: com.mapbox.android.telemetry.Event$Type.values [] at java.lang.Class.getMethod(Class.java:2072)...
Causes a 'cannot find mbean' message on the status page when working from the example.
### Component Forge ### Describe the feature you would like Allow `forge coverage` to be ran with the watch flag, in the same way as `forge test` ### Additional context...