Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add profile command to surface profiling data

Aperta
#56 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@BYK ci sta già lavorando.

Dal 5/2/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

Summary

Add a profile command that fetches and displays profiling data from Sentry in a format useful for analysis (both human and LLM consumption).

Background

From internal discussion: Adding profile support to the CLI would allow LLMs to grep/analyze profiling data.

Proposed Approach

  1. Fetch profile data from Sentry API
  2. Convert to a graph structure and surface the leaf nodes with the most samples
  3. Ignore system frames to produce cleaner results
  4. Output in a consumable format (e.g., markdown table, JSON) that works well for both humans and LLM analysis

Potential Output

  • Top functions by sample count (excluding system frames)
  • Call hierarchy / flamegraph as markdown
  • Hotspot identification
Lingua principale
TypeScript
Stelle
121
Fork
14
Merge medio
23h 54m
PR unite (30g)
103

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di getsentry/cli

Tutte le issue di getsentry/cli

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.