mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(analytics): authentication analytics (#4429)
Co-authored-by: Sampras Lopes <lsampras@pm.me> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -21,6 +21,11 @@ pub async fn get_domain_info(
|
||||
download_dimensions: None,
|
||||
dimensions: utils::get_sdk_event_dimensions(),
|
||||
},
|
||||
AnalyticsDomain::AuthEvents => GetInfoResponse {
|
||||
metrics: utils::get_auth_event_metrics_info(),
|
||||
download_dimensions: None,
|
||||
dimensions: Vec::new(),
|
||||
},
|
||||
AnalyticsDomain::ApiEvents => GetInfoResponse {
|
||||
metrics: utils::get_api_event_metrics_info(),
|
||||
download_dimensions: None,
|
||||
|
||||
Reference in New Issue
Block a user