Skip to content

Commit

Permalink
(analytics) added labtype
Browse files Browse the repository at this point in the history
  • Loading branch information
mdewey committed Mar 3, 2025
1 parent 5aa5fbd commit 6c406ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion VAMobile/src/constants/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ export const Events = {
},
}
},
vama_lab_or_test_details: (): Event => {
vama_lab_or_test_details: ({ labType }: { labType: string }): Event => {
return {
name: 'vama_lab_or_test_details',
params: {
labType,
},
}
},
vama_appt_cancel: (
Expand Down

0 comments on commit 6c406ca

Please sign in to comment.