Skip to content

Commit 39284e4

Browse files
committed
update readme
1 parent 74d9575 commit 39284e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const client = new ApolloClient({
4040

4141
## Options
4242
```typescript
43-
export interface ApolloLinkSentryOptions {
43+
export interface FullOptions {
4444
/**
4545
* Determines if the given operation should be handled or discarded.
4646
*
@@ -102,7 +102,7 @@ export type AttachBreadcrumbsOptions = {
102102
*
103103
* Be careful not to leak sensitive information or send too much data.
104104
*/
105-
includeResult: false | true;
105+
includeFetchResult: false | true;
106106

107107
/**
108108
* Include the response error?

0 commit comments

Comments
 (0)