Skip to content

Releases: Cado-Labs/sentry-gruf

sentry-gruf 1.2.0 (2023-04-10)

10 Apr 13:43
Compare
Choose a tag to compare

Fixed

  • Properly handle scope and hub in the server interceptor: now breadcrumbs attache to the proper messages.

sentry-gruf 1.1.0 (2022-01-26)

26 Jan 09:58
Compare
Choose a tag to compare

Added

  • By default all gRPC errors are not reported to the Sentry.
  • Added sensitive_grpc_codes option. All sensitive gRPC errors will be reported to the Sentry.

sentry-gruf 1.0.2 (2021-12-24)

24 Dec 09:17
Compare
Choose a tag to compare

Fixes

  • Now the requirements for the gem versions on which the lib depends are more lenient

sentry-gruf 1.0.0 (2021-12-23)

23 Dec 19:17
Compare
Choose a tag to compare

Changes

  • Added server interceptor
  • Added client interceptor