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
| service |*Service name of the app suffixed with -graphql*| The service name for this integration. |
179
-
| variables |`undefined`*No variables will be recorded*| To enable recording provide a callback. E.g. `variables => variables`. |
179
+
| variables |`undefined`| A callback to enable recording of variables. By default, no variables are recorded. For example, using variables => variables would record all variables. |
180
180
| depth | -1 | The maximum depth of fields/resolvers to instrument. Set to `0` to only instrument the operation or to -1 to instrument all fields/resolvers. |
0 commit comments