mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-11 18:59:20 +08:00
feat(analytics): add issuer as filter for authentication analytics (#7535)
This commit is contained in:
@@ -51,6 +51,7 @@ pub fn get_auth_event_dimensions() -> Vec<NameDescription> {
|
||||
vec![
|
||||
AuthEventDimensions::AuthenticationConnector,
|
||||
AuthEventDimensions::MessageVersion,
|
||||
AuthEventDimensions::AcsReferenceNumber,
|
||||
]
|
||||
.into_iter()
|
||||
.map(Into::into)
|
||||
|
||||
Reference in New Issue
Block a user