Golang: CaptureMessage with severity level set

I can’t figure out how to set the severity level with raven.CaptureMessage(). I’m sure that’s a n00b question, but it seems like an obvious thing to want to set the severity level to INFO.

Looks like its not supported – I would just pass it as a tag, since severity isn’t really a great carry-over concept in Sentry.

Thanks, I have it in there as a tag. That “level: fatal” was just getting to me :slight_smile: