diff --git a/README.md b/README.md index 79dae02..fa11466 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/screenshots/spanDetail.png b/screenshots/spanDetail.png new file mode 100644 index 0000000..01c8bc9 Binary files /dev/null and b/screenshots/spanDetail.png differ