zitadel/internal/api/grpc/server/middleware
Christian Jakob b024cda4e5
feat: sentry integration (#1944)
* initial sentry variables and secrets

* feat: sentry monitoring

* fix typo

* feat(sentry version): sentry capability

* fix(sentry include): included sentry import 4 zitadel

* usage flag for sentry

* improve sentry flag

* merge main

* fix sentry config

* add sentry dsn to secret env vars

* fix test

* log sentry start

* add sentry grpc interceptor and recover

* add sentry http interceptor to asset api

* fix interceptor order

* try improve sentry recover

* fix i18n interception

* panic

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-07-05 10:58:58 +02:00
..
auth_interceptor_test.go feat: features (#1427) 2021-03-25 17:26:21 +01:00
auth_interceptor.go fix(tracing): business logic has grpc server span as parent (#1017) 2020-12-14 13:34:05 +01:00
error_interceptor_test.go fix: translation (#647) 2020-08-28 09:44:43 +02:00
error_interceptor.go fix: translation (#647) 2020-08-28 09:44:43 +02:00
metrics_interceptor.go feat: metrics (#1024) 2020-12-02 08:50:59 +01:00
mock_test.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
sentry_interceptor.go feat: sentry integration (#1944) 2021-07-05 10:58:58 +02:00
service_interceptor.go start idp config 2020-11-17 13:44:37 +01:00
tracing.go fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
translation_interceptor.go fix: translation (#647) 2020-08-28 09:44:43 +02:00
translator.go feat: sentry integration (#1944) 2021-07-05 10:58:58 +02:00
validation_interceptor.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00