feat(analytics): refactor and rewrite authentication related analytics (#7433)

Co-authored-by: Sandeep Kumar <sandeep.kumar@Sandeep-Kumar-LVF93XQXPC.local>
This commit is contained in:
Sandeep Kumar
2025-03-06 16:31:31 +05:30
committed by GitHub
parent ea817060cf
commit 1ff273e137
18 changed files with 199 additions and 194 deletions

View File

@ -975,7 +975,6 @@ pub mod routes {
analytics::auth_events::get_metrics(
&state.pool,
auth.merchant_account.get_id(),
&auth.merchant_account.publishable_key,
req,
)
.await