Skip to content

Commit

Permalink
Add link to issue for future ref
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Kaung Zin Hein <[email protected]>
  • Loading branch information
Zen-cronic and yurishkuro committed Jan 9, 2025
1 parent ce7a467 commit 8085e88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import './index.css';

const TraceFlamegraph = ({ trace }: any) => {
// Cloned b/c convertJaegerTraceToProfile or FlamegraphRenderer can possibly mutate the trace
// https://github.com/jaegertracing/jaeger-ui/issues/2483
const convertedProfile = trace && trace.data ? convertJaegerTraceToProfile(_cloneDeep(trace.data)) : null;

return (
Expand Down

0 comments on commit 8085e88

Please sign in to comment.