Skip to content

Commit

Permalink
chore(Matomo): Add TransferDirection MatomoValue
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Mar 10, 2025
1 parent d9373fa commit b77ab10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private fun ThreePaneScaffoldNavigator<DestinationContent>.navigateToDetails(
direction: TransferDirection,
transferUuid: String,
) {
MatomoSwissTransfer.trackScreen("${direction.name.lowercase()}TransferDetailView")
MatomoSwissTransfer.trackScreen("${direction.matomoValue}TransferDetailView")
selectItem(context, windowAdaptiveInfo, DestinationContent.RootLevel(direction, transferUuid))
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lottie = "6.6.2"
navigation = "2.8.7"
qrose = "1.0.1"
sentry = "5.2.0"
swisstransfer = "1.0.8"
swisstransfer = "1.0.10"
workmanager = "2.10.0"

[libraries]
Expand Down

0 comments on commit b77ab10

Please sign in to comment.