Skip to content

Commit

Permalink
feat: add method to inspector item preview (#22958)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Jun 14, 2024
1 parent ca09980 commit 92ce1dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export function ItemPerformanceEvent({
<NavigationItem item={item} expanded={expanded} navigationURL={shortEventName} />
) : (
<div className="flex gap-2 items-start p-2 text-xs cursor-pointer">
<MethodTag item={item} />
<PerformanceEventLabel expanded={expanded} name={item.name} />
{/* We only show the status if it exists and is an error status */}
{otherProps.response_status && otherProps.response_status >= 400 ? (
Expand Down

0 comments on commit 92ce1dd

Please sign in to comment.