File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,10 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
211211 * Whether GraphQL payload tracking is used for at least one GraphQL endpoint
212212 */
213213 use_track_graph_ql_payload ?: boolean ;
214+ /**
215+ * Whether GraphQL response errors tracking is used for at least one GraphQL endpoint
216+ */
217+ use_track_graph_ql_response_errors ?: boolean ;
214218 /**
215219 * A list of selected tracing propagators
216220 */
Original file line number Diff line number Diff line change @@ -211,6 +211,10 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
211211 * Whether GraphQL payload tracking is used for at least one GraphQL endpoint
212212 */
213213 use_track_graph_ql_payload ?: boolean ;
214+ /**
215+ * Whether GraphQL response errors tracking is used for at least one GraphQL endpoint
216+ */
217+ use_track_graph_ql_response_errors ?: boolean ;
214218 /**
215219 * A list of selected tracing propagators
216220 */
Original file line number Diff line number Diff line change 4747 "use_allowed_tracing_origins" : false ,
4848 "use_allowed_graph_ql_urls" : false ,
4949 "use_track_graph_ql_payload" : false ,
50+ "use_track_graph_ql_response_errors" : true ,
5051 "default_privacy_level" : " mask" ,
5152 "text_and_input_privacy_level" : " mask_all" ,
5253 "image_privacy_level" : " mask_all" ,
Original file line number Diff line number Diff line change 181181 "type" : " boolean" ,
182182 "description" : " Whether GraphQL payload tracking is used for at least one GraphQL endpoint"
183183 },
184+ "use_track_graph_ql_response_errors" : {
185+ "type" : " boolean" ,
186+ "description" : " Whether GraphQL response errors tracking is used for at least one GraphQL endpoint"
187+ },
184188 "selected_tracing_propagators" : {
185189 "type" : " array" ,
186190 "items" : {
You can’t perform that action at this time.
0 commit comments