Skip to content

Commit

Permalink
Merge pull request #183 from google/go/application_tag/core
Browse files Browse the repository at this point in the history
db_driver tag fix and application tag related changes:
  • Loading branch information
kapv89 committed Nov 21, 2022
2 parents d35d54f + 60c4ead commit 2f6ba61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -42,6 +43,8 @@ type CommenterOptions struct {
EnableController bool
EnableAction bool
EnableTraceparent bool
EnableApplication bool
Application string
}

func encodeURL(k string) string {
Expand Down

0 comments on commit 2f6ba61

Please sign in to comment.