Skip to content

Commit 65681d3

Browse files
committed
register missing time.Location type
1 parent 2227dde commit 65681d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wazuhsentry/wazuhsentry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func init() {
4141
gob.Register(SentryEvent{})
4242
gob.Register(sentry.TraceID{})
4343
gob.Register(sentry.SpanID{})
44+
gob.Register(time.Location{})
4445
gob.Register(zap.Strings("reg", []string{""}).Interface)
4546
}
4647

0 commit comments

Comments
 (0)