Skip to content

Commit 334726e

Browse files
authored
Update Options javadoc (#420)
I _think_ this is the new default after #370 ?
1 parent 2820bb4 commit 334726e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphql-java-support/src/main/java/com/apollographql/federation/graphqljava/tracing/FederatedTracingInstrumentation.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ public static class Options {
467467
* "apollo-federation-include-trace" and value "ftv1", you must enable tracing for the
468468
* request, and it is your responsibility to augment your {@link ExecutionInput} or its
469469
* context to contain the information necessary for this predicate to have the above
470-
* behavior. The default/null behavior is to enable trace generation unless the
471-
* GraphQLContext map contains "apollo-federation-include-trace" entry with a value other
472-
* than "ftv1"
470+
* behavior. The default/null behavior is to disable trace generation unless the
471+
* GraphQLContext map contains "apollo-federation-include-trace" entry with a value equal to
472+
* "ftv1"
473473
*/
474474
public Options(
475475
boolean debuggingEnabled, @Nullable Predicate<ExecutionInput> shouldTracePredicate) {

0 commit comments

Comments
 (0)