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 {