Module: Sentry::Gruf
- Extended by:
- Integrable
- Defined in:
- lib/sentry/gruf.rb,
lib/sentry/gruf/version.rb,
lib/sentry/gruf/client_interceptor.rb,
lib/sentry/gruf/server_interceptor.rb
Overview
gruf-sentry is a library that provides both client-side and server-side interceptors that send uncaught error data to Sentry.
Defined Under Namespace
Classes: ClientInterceptor, ServerInterceptor
Constant Summary collapse
- 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
-
"1.2.0"