Fix some error when value and replaceIn

This commit is contained in:
2024-07-18 11:31:23 +02:00
parent 91cc63f942
commit d05f18321f
2 changed files with 2 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ class AnalyticsManager {
// MARK: - section_one
static func logScreenS1DefOne(title: String, test2: String = "test") {
static func logScreenS1DefOne() {
AnalyticsManager.shared.logScreen(
name: "s1 def one \(title)",
path: "s1_def_one/\(title)",

View File

@@ -9,14 +9,8 @@ categories:
parameters:
- name: title
type: String
value: try test
replaceIn: name,path
- name: test
type: String
value: test
replaceIn: name,path
- name: test2
type: String
defaultValue: test
events:
- id: s1_def_two