mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-27 12:49:00 +00:00
fix: add sentry in ui, http and projection handlers (#1977)
* fix: add sentry in ui, http and projection handlers * fix test
This commit is contained in:
@@ -92,6 +92,10 @@ func (n *Notification) ViewModel() string {
|
||||
return notificationTable
|
||||
}
|
||||
|
||||
func (n *Notification) Subscription() *v1.Subscription {
|
||||
return n.subscription
|
||||
}
|
||||
|
||||
func (_ *Notification) AggregateTypes() []models.AggregateType {
|
||||
return []models.AggregateType{es_model.UserAggregate}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user