Generate a comprehensive instrumentation plan for a mobile codebase.
/plugin marketplace add nexus-labs-automation/mobile-observability/plugin install nexus-labs-automation-mobile-observability@nexus-labs-automation/mobile-observability# Instrument Command Generate a comprehensive instrumentation plan for a mobile codebase. ## Usage **Arguments:** - `platform`: `ios`, `android`, `react-native`, `flutter`, or `auto` (detect from codebase) - Invalid values: Error with "Invalid platform. Use: ios|android|react-native|flutter|auto" - `--vendor`: Optional. `sentry`, `datadog`, `embrace`, `bugsnag`, `bitdrift`, `firebase`, `opentelemetry`, `measure` - Format: `--vendor=sentry` or `--vendor sentry` (both accepted) - Invalid values: Warning with "Unknown vendor, using generic patterns" **Examples:** --- ## Workflow...