Generate a comprehensive instrumentation plan for a mobile codebase.
/plugin marketplace add calube/mobile-observability/plugin install mobile-observability@caleb-davis-plugins# 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...