Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add profile command to surface profiling data

オープン
#56 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@BYK がすでに取り組んでいます。

2026年2月5日 から。

評価

この issue はまだ評価されていません。

説明

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
主要言語
TypeScript
スター
121
フォーク
14
平均マージ
1日 1時間
マージ済み PR(30日)
92

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/cli のほかの issue

getsentry/cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。