@goliapkg/sentori-cli
v0.6.0
Published
Sentori CLI — upload source maps so dashboard stack traces resolve to your original source.
Maintainers
Readme
@goliapkg/sentori-cli
Node-based CLI for Sentori. Two surfaces:
- Source-map upload for web bundlers + Hermes (React Native) builds
- Issue triage (list / resolve / silence / comment) — usable as a Model Context Protocol (MCP) server so Claude / Cursor / Aider can act on your error inbox
Install
bun add -D @goliapkg/sentori-cli
# or invoke transiently with bunx / npxSource-map upload
sentori-cli upload sourcemap \
--release "[email protected]" \
--token "$SENTORI_TOKEN" \
./distReact Native (Android, raw maps still on disk):
sentori-cli react-native upload \
--release "$APPLICATION_ID@$VERSION+$BUILD" \
--metro-map android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.packager.map \
--hermes-map android/app/build/intermediates/sourcemaps/react/release/index.android.bundle.compiler.map \
--bundle android/app/build/generated/assets/react/release/index.android.bundleIssue triage (MCP)
sentori-cli mcp serve --project "$PROJECT_UUID" --token "$SK_TOKEN"Then point a MCP-compatible agent (Claude Code config / Cursor / etc.) at the spawned stdio server.
→ Full reference: sentori-cli --help
→ Recipes: sentori.golia.jp/docs/recipes/sourcemap-upload
License
Dual-licensed under Apache-2.0 OR MIT.
