Skip to content

Commit

Permalink
Revert "add type to posthog events to separate bot from user actions (#…
Browse files Browse the repository at this point in the history
…903)" (#934)

This reverts commit 2f1cc05.
  • Loading branch information
rabble authored Oct 29, 2022
1 parent 03b437f commit e6885e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Analytics/Sources/Domain/Services/AnalyticsService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ extension AnalyticsService {
if let param = param, let value = value {
params[param] = value
}
switch event.rawValue {
case "did": params["type"] = "bot"
default: params["type"] = "user"
}

self.track(event: event, element: element, name: name, params: params)
}
}

0 comments on commit e6885e7

Please sign in to comment.