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 74d9575 commit 39284e4Copy full SHA for 39284e4
README.md
@@ -40,7 +40,7 @@ const client = new ApolloClient({
40
41
## Options
42
```typescript
43
-export interface ApolloLinkSentryOptions {
+export interface FullOptions {
44
/**
45
* Determines if the given operation should be handled or discarded.
46
*
@@ -102,7 +102,7 @@ export type AttachBreadcrumbsOptions = {
102
103
* Be careful not to leak sensitive information or send too much data.
104
*/
105
- includeResult: false | true;
+ includeFetchResult: false | true;
106
107
108
* Include the response error?
0 commit comments