module Sentry::Gruf
gruf-sentry is a library that provides both client-side and server-side interceptors that send uncaught error data to Sentry
.
Constants
- VERSION
Current gruf-sentry version
format: ‘a.b.c’ with possible suffixes such as alpha
-
a is for major version, it is guaranteed to be changed if back-compatibility of public API is broken
-
b is for minor version, it is guaranteed to be changed on public API changes and also if private API back-compatibility is broken
-
c is for incremental version, it is updated in other cases
According to this, it is enough to specify ‘~> a.b’ if private API was not used and to specify ‘~> a.b.c’ if it was
-