From 60c4ead36216388b94256e3f3b8d90275c029d33 Mon Sep 17 00:00:00 2001 From: Kapil Verma Date: Mon, 21 Nov 2022 18:53:43 +0530 Subject: [PATCH] db_driver tag fix and application tag related changes: --- go/core/core.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go/core/core.go b/go/core/core.go index 65bf7194..9d1077ad 100644 --- a/go/core/core.go +++ b/go/core/core.go @@ -31,8 +31,9 @@ const ( Controller string = "controller" Action string = "action" Framework string = "framework" - Driver string = "driver" + Driver string = "db_driver" Traceparent string = "traceparent" + Application string = "application" ) type CommenterOptions struct { @@ -42,6 +43,8 @@ type CommenterOptions struct { EnableController bool EnableAction bool EnableTraceparent bool + EnableApplication bool + Application string } func encodeURL(k string) string {