BugWatch — SDK & CLI Directory
Directory of every supported New Instance BugWatch SDK and tool: what to install, how to initialise, and exactly which wire endpoints each one calls. The wire contracts themselves are documented in folders 1, 3, 4 and 5.
| Platform | Package | Registry |
|---|---|---|
| JavaScript / TypeScript (Node, browser, edge) | @newinstance/bugwatch | npm |
| PHP / Laravel | newinstance/bugwatch-php | Packagist |
| Android (Kotlin/Java) | cloud.newinstance:bugwatch | Maven Central |
| iOS / macOS (Swift) | BugWatch | CocoaPods · Swift PM |
| Flutter | bugwatch | pub.dev |
| React Native | @newinstance/bugwatch-react-native | npm |
| CLI (symbols, artifacts, deploys) | @newinstance/bugwatch-cli | npm |
| OpenTelemetry Collector | config for otel/opentelemetry-collector-contrib | Docker Hub |
No SDK for your language? Python, Go, Ruby, Java, C#, Rust and anything else integrate directly against the REST wire API — see the last sub-folder. The ingest format is plain NDJSON over HTTPS, so a direct integration is ~20 lines.