You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: graphql-java-support/src/main/java/com/apollographql/federation/graphqljava/tracing/FederatedTracingInstrumentation.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -467,9 +467,9 @@ public static class Options {
467
467
* "apollo-federation-include-trace" and value "ftv1", you must enable tracing for the
468
468
* request, and it is your responsibility to augment your {@link ExecutionInput} or its
469
469
* 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
0 commit comments