Switch to telemetry deck - #25
Conversation
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
|
Claude finished @ActuallyTaylor's task in 1m 34s —— View job Claude finished the reviewTodo list:
SummaryThe trigger comment was just Findings1. Likely accidental/stray project reference — This looks unrelated to the TelemetryDeck migration and unrelated to 2. Minor: CHANGELOG entry filed under the wrong heading 3. Nit: redundant line in // Initialize the telemetry wrapper
_ = TelemetryWrapper.shared
TelemetryWrapper.shared.didLaunch()
4. Nit: signal name vs. identifier mismatch in static let open = "didLaunch"The Swift identifier is None of these block the migration — #1 is the only one I'd actually want addressed before merge (it looks like it doesn't belong in this diff at all); #2–#4 are optional polish. |
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
What does this change?
This PR changes our telemetry provider from PostHog to telemetry deck. PostHog was proving to be incredibly difficult to get accurate analytics from.
How was it tested?
TelemetryDeck was setup and I waited for signals to show up in the app.