A flutter plugin for veMars APM.
More...
Flutter application performance stability monitoring tool.
final AppTrace appTrace = AppTrace(); runZonedGuarded(() async { runApp(MyApp()); appTrace.start(); }, (Object exception, StackTrace stack) { appTrace.handleZoneException(exception, stack); }); }
volcengine.com
Homepage
unknown (license)
flutter, mockito, ve_code_gen
Packages that depend on ve_apm
Back