File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Anytype/Sources/Analytics/AnytypeAnalytics Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -927,7 +927,6 @@ extension AnytypeAnalytics {
927927 func logOnboardingTooltip( tooltip: OnboardingTooltip , step: Int ? = nil ) {
928928 logEvent (
929929 " OnboardingTooltip " ,
930- addActiveSpaceInfo: false ,
931930 withEventProperties: . builder {
932931 [ AnalyticsEventsPropertiesKey . id: tooltip. rawValue]
933932 if let step { [ AnalyticsEventsPropertiesKey . step: step] }
@@ -948,7 +947,6 @@ extension AnytypeAnalytics {
948947 func logClickOnboardingTooltip( tooltip: OnboardingTooltip , type: ClickOnboardingTooltipType ) {
949948 logEvent (
950949 " ClickOnboardingTooltip " ,
951- addActiveSpaceInfo: false ,
952950 withEventProperties: [
953951 AnalyticsEventsPropertiesKey . id: tooltip. rawValue,
954952 AnalyticsEventsPropertiesKey . type: type. rawValue
You can’t perform that action at this time.
0 commit comments