Skip to content

Commit

Permalink
Merge pull request #502 from getsentry/txiao/fix/pass-transaction-id-…
Browse files Browse the repository at this point in the history
…to-chunk-read-job

fix(flamegraph): Pass transaction_id to chunk read job
  • Loading branch information
Zylphrex authored Aug 8, 2024
2 parents 0d807f7 + 4b2c22c commit 38ff557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Pass thread id to calltree generation ([#492](https://github.com/getsentry/vroom/pull/492))
- Dual mode metrics endpoint ([#493](https://github.com/getsentry/vroom/pull/493))
- Add optional generation of metrics during flamegraph aggregation ([#494](https://github.com/getsentry/vroom/pull/494))
- Annotate flamegraph with profile data ([#501](https://github.com/getsentry/vroom/pull/501))
- Annotate flamegraph with profile data ([#501](https://github.com/getsentry/vroom/pull/501)), ([#502](https://github.com/getsentry/vroom/pull/502))

**Bug Fixes**:

Expand Down
1 change: 1 addition & 0 deletions internal/flamegraph/flamegraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ func GetFlamegraphFromCandidates(
ProjectID: candidate.ProjectID,
ProfilerID: candidate.ProfilerID,
ChunkID: candidate.ChunkID,
TransactionID: candidate.TransactionID,
ThreadID: candidate.ThreadID,
Start: candidate.Start,
End: candidate.End,
Expand Down

0 comments on commit 38ff557

Please sign in to comment.