Skip to content

Commit 88c4bf5

Browse files
committed
review suggestions
1 parent 3b42fbe commit 88c4bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/configuration/integrations/graphqlclient.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GraphQL Client
3-
description: "Track healthy Sessions in the Browser."
3+
description: "Enhance spans and breadcrumbs with data from GraphQL requests."
44
notSupported:
55
- javascript.cordova
66
- javascript.node
@@ -51,7 +51,7 @@ Sentry.init({
5151
integrations: [
5252
Sentry.graphqlClientIntegration({
5353
endpoints: [
54-
'https://api.example.com/graphql',
54+
'https://graphql-api.example.com',
5555
/\/graphql$/
5656
]
5757
})

0 commit comments

Comments
 (0)