We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3462250 commit 292a2ebCopy full SHA for 292a2eb
SwissTransferFeatures/SettingsView/SettingsView.swift
@@ -134,6 +134,9 @@ public struct SettingsView: View {
134
135
if let currentUserId = currentUser?.id {
136
Button {
137
+ @InjectService var matomo: MatomoUtils
138
+ matomo.track(eventWithCategory: .settings, name: .deleteMyAccount)
139
+
140
@InjectService var tokenStore: TokenStore
141
142
presentedAccountDeletionToken = tokenStore.tokenFor(userId: currentUserId)?.apiToken
0 commit comments