Skip to content

Commit

Permalink
correct zerolog internal tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Sep 12, 2022
1 parent 088313e commit c0e9558
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ type ZerologWriter struct {
w nrwriter.LogWriter
}

func init() { internal.TrackUsage("integration", "logcontext-v2", "zerolog") }
func init() { internal.TrackUsage("integration", "logcontext-v2", "zerologWriter") }

// New creates a new NewRelicWriter Object
// output is the io.Writer destination that you want your log to be written to
Expand Down

0 comments on commit c0e9558

Please sign in to comment.