We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b42fbe commit 88c4bf5Copy full SHA for 88c4bf5
docs/platforms/javascript/common/configuration/integrations/graphqlclient.mdx
@@ -1,6 +1,6 @@
1
---
2
title: GraphQL Client
3
-description: "Track healthy Sessions in the Browser."
+description: "Enhance spans and breadcrumbs with data from GraphQL requests."
4
notSupported:
5
- javascript.cordova
6
- javascript.node
@@ -51,7 +51,7 @@ Sentry.init({
51
integrations: [
52
Sentry.graphqlClientIntegration({
53
endpoints: [
54
- 'https://api.example.com/graphql',
+ 'https://graphql-api.example.com',
55
/\/graphql$/
56
]
57
})
0 commit comments