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 // MARK: - section_one
static func logScreenS1DefOne(title: String, test2: String = "test") { static func logScreenS1DefOne() {
AnalyticsManager.shared.logScreen( AnalyticsManager.shared.logScreen(
name: "s1 def one \(title)", name: "s1 def one \(title)",
path: "s1_def_one/\(title)", path: "s1_def_one/\(title)",

View File

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