From 43b60262d3458585f33f9633cf9a757afb326cf9 Mon Sep 17 00:00:00 2001 From: Sylvain Juge Date: Wed, 8 Sep 2021 11:31:43 +0200 Subject: [PATCH] add application handler --- tests/agents/json-specs/span_types.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/agents/json-specs/span_types.json b/tests/agents/json-specs/span_types.json index e6af9031..18189088 100644 --- a/tests/agents/json-specs/span_types.json +++ b/tests/agents/json-specs/span_types.json @@ -43,6 +43,12 @@ "__used_by": [ "ruby" ] + }, + "handler": { + "__description": "Application handler", + "__used_by": [ + "java" + ] } } },