getsentry / raven-go

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

add GetVersion to the API #203

Open BenTheKlein opened 6 years ago

BenTheKlein commented 6 years ago

just like in raven-python https://github.com/getsentry/raven-python/blob/master/raven/__init__.py#L37

Horaddrim commented 6 years ago

Okay, I think I can start with that one! Maybe put the good first issue label?

mattrobenolt commented 6 years ago

@Horaddrim Added :)

Horaddrim commented 6 years ago

Just to make sure, this VERSION variable in the Python code, is the SDK version right?

mattrobenolt commented 6 years ago

Correct.