getsentry/cli

Sentry CLI

119

stars

1,257

commits

TypeScript

primary language

Sep 10, 2026

updated

cli.sentry.dev/
tag-production
Browse cluster: Error tracking and crash reporting SDKs

README

Sentry Toolkit (pre-shape)

This repository is being reshaped into a pnpm-workspace monorepo ahead of merging the Sentry CLI and Sentry MCP server into a single getsentry/toolkit monorepo.

Workspace layout

Development

This is a pnpm workspace. Common tasks are exposed as delegating scripts at the root and forwarded to the relevant package:

pnpm install          # install all workspace packages
pnpm run build        # build the CLI package
pnpm run typecheck    # typecheck the CLI package
pnpm run lint         # lint
pnpm run test         # run the CLI unit tests

To work directly within a package, use pnpm filters, e.g. pnpm --filter sentry run <script> or pnpm --filter sentry-cli-docs run dev.

Contributors

BYK

661 commits

betegon

281 commits

MathurAditya724

76 commits

getsentry/cli

Sentry CLI

119

stars

1,257

commits

TypeScript

primary language

Sep 10, 2026

updated

cli.sentry.dev/
tag-production
Browse cluster: Error tracking and crash reporting SDKs

README

Sentry Toolkit (pre-shape)

This repository is being reshaped into a pnpm-workspace monorepo ahead of merging the Sentry CLI and Sentry MCP server into a single getsentry/toolkit monorepo.

Workspace layout

Development

This is a pnpm workspace. Common tasks are exposed as delegating scripts at the root and forwarded to the relevant package:

pnpm install          # install all workspace packages
pnpm run build        # build the CLI package
pnpm run typecheck    # typecheck the CLI package
pnpm run lint         # lint
pnpm run test         # run the CLI unit tests

To work directly within a package, use pnpm filters, e.g. pnpm --filter sentry run <script> or pnpm --filter sentry-cli-docs run dev.

Contributors

BYK

661 commits

betegon

281 commits

MathurAditya724

76 commits

Languages

TypeScript

99.0%