Skip to content

Commit

Permalink
Fix doc string
Browse files Browse the repository at this point in the history
Co-Authored-By: Trevor Scheer <trevor@apollographql.com>
  • Loading branch information
2 people authored and Joshua Segaran committed May 15, 2020
1 parent 1c1f252 commit 334d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-engine-reporting/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export interface EngineReportingOptions<TContext> {
* By default Apollo server will report all queries to Graph Manager.
* If you would like to disable reporting and tracing for certain queries you can give a function that takes in
* graphqlRequestContext. The return value of the function will be used to determine if any stats or tracing information will be collected for the query.
* Always returning false will act similar to turning off reporting and no instrumentation will take place.
* Always returning false will behave similarly to turning off reporting and no instrumentation will take place.
*
*/
traceReporting?: ReportOptions<TContext>
Expand Down

0 comments on commit 334d77e

Please sign in to comment.