Skip to content

Commit

Permalink
Adding span level detail png
Browse files Browse the repository at this point in the history
  • Loading branch information
dgbailey committed May 3, 2021
1 parent dc21c26 commit 5427dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Alternatively, you can include the following JSON body in postman to name your t
```{"operationName":"MyQueryName","query":"query MyQueryName{tools{sku name price}}"}```

# Performance Dashboard
Transaction categories will use the operation name you specify or default to `GraphQLTransaction` if none is supplied. GQL resolvers are be captured in span level detail thanks to lifecycle hooks in `plugin.ts`.
Transaction categories will use the operation name you specify or default to `GraphQLTransaction` if none is supplied. GQL resolvers are captured in span level detail thanks to lifecycle hooks in `plugin.ts`.

![Sentry gql performance dashboard](./screenshots/dashboard.png )
![gql browser client](./screenshots/spanDetail.png )


# Future work
Expand Down
Binary file added screenshots/spanDetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5427dac

Please sign in to comment.