getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 147 forks source link

Unable to change level tag #179

Closed fosini closed 5 years ago

fosini commented 6 years ago

Hello. Everything works fine, except changing the level tag. Once the level tag has been set, my message simply does not get delivered.

 tagsMap := make(map[string]string)
    tagsMap["level"] = "info"
    raven.CaptureMessageAndWait("This is an info.", tagsMap)

I just don't want this message to be delivered as an error. It is very urgent so please help me, else I am forced to change my logging platform.

kamilogorek commented 5 years ago

Moved to https://github.com/getsentry/raven-go/issues/237