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*| The service name for this integration. |
145
146
| validateStatus |`code => code < 500`| Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |
147
+
| headers |`[]`| An array of headers to include in the span metadata. |
| service |*Service name of the app suffixed with -graphql*| The service name for this integration. |
181
+
| variables |`undefined`| A callback to enable recording of variables. By default, no variables are recorded. For example, using `variables => variables` would record all variables. |
182
+
| 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. |
| service |*Service name of the app*| The service name for this integration. |
200
+
| validateStatus |`code => code < 500`| Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |
201
+
| headers |`[]`| An array of headers to include in the span metadata. |
178
202
179
203
<h3id="http">http / https</h3>
180
204
@@ -193,6 +217,57 @@ query HelloWorld {
193
217
| service | http-client | The service name for this integration. |
194
218
| splitByDomain | false | Use the remote endpoint host as the service name instead of the default. |
| service |*Service name of the app*| The service name for this integration. |
252
+
| validateStatus |`code => code < 500`| Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |
253
+
| headers |`[]`| An array of headers to include in the span metadata. |
| service |*Service name of the app*| The service name for this integration. |
371
+
| validateStatus |`code => code < 500`| Callback function to determine if there was an error. It should take a status code as its only parameter and return `true` for success or `false` for errors. |
372
+
| headers |`[]`| An array of headers to include in the span metadata. |
0 commit comments