Skip to content

Commit a27a06b

Browse files
committed
fix missing circuit breaker when usage report entabled
1 parent 9845df6 commit a27a06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/src/getReportingPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function getReportingPlugin<TContext extends Record<string, any>>(
4343
endpoint: config.persistedDocuments.endpoint,
4444
accessToken: config.persistedDocuments.token,
4545
},
46+
circuitBreaker: config.persistedDocuments.circuitBreaker,
4647
// Trick to satisfy the Hive Console plugin types
4748
allowArbitraryDocuments: allowArbitraryDocuments as boolean,
4849
},

0 commit comments

Comments
 (0)