Add parameter defaultValue and value and add replaceIn parameter in another parameter

This commit is contained in:
2024-07-18 08:24:23 +02:00
parent 8f7fd8cbe2
commit f29a076541
10 changed files with 201 additions and 47 deletions

View File

@@ -66,7 +66,11 @@ enum MatomoGenerator {
private static var logScreen: String {
"""
func logScreen(name: String, path: String) {
func logScreen(
name: String,
path: String,
params: [String: Any]?
) {
guard !tracker.isOptedOut else { return }
guard let trackerUrl = tracker.contentBase?.absoluteString else { return }