We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d35d54f + 60c4ead commit 2f6ba61Copy full SHA for 2f6ba61
go/core/core.go
@@ -31,8 +31,9 @@ const (
31
Controller string = "controller"
32
Action string = "action"
33
Framework string = "framework"
34
- Driver string = "driver"
+ Driver string = "db_driver"
35
Traceparent string = "traceparent"
36
+ Application string = "application"
37
)
38
39
type CommenterOptions struct {
@@ -42,6 +43,8 @@ type CommenterOptions struct {
42
43
EnableController bool
44
EnableAction bool
45
EnableTraceparent bool
46
+ EnableApplication bool
47
+ Application string
48
}
49
50
func encodeURL(k string) string {
0 commit comments