Skip to content

Commit

Permalink
reverted packages
Browse files Browse the repository at this point in the history
Signed-off-by: vvvprabhakar <[email protected]>
  • Loading branch information
vvvprabhakar committed Jun 23, 2021
1 parent 248b868 commit aa39c19
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,26 @@ export default function AltViewOptions(props: Props) {
</a>
</Menu.Item>
))}
<Menu.Item>
<Link
to={prefixUrl(`/api/traces/${traceID}?prettyPrint=true`)}
rel="noopener noreferrer"
target="_blank"
onClick={trackJsonView}
>
Trace JSON
</Link>
</Menu.Item>
<Menu.Item>
<Link
to={prefixUrl(`/api/traces/${traceID}?raw=true&prettyPrint=true`)}
rel="noopener noreferrer"
target="_blank"
onClick={trackRawJsonView}
>
Trace JSON (unadjusted)
</Link>
</Menu.Item>
</Menu>
);

Expand Down

0 comments on commit aa39c19

Please sign in to comment.