Skip to content

Commit

Permalink
πŸ“ˆ Add reason to device unregistered analytic event
Browse files Browse the repository at this point in the history
  • Loading branch information
iujames committed Sep 17, 2024
1 parent 96ff9cf commit c1d7353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/AppcuesKit/Appcues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public class Appcues: NSObject {
public func reset() {
analyticsPublisher.publish(TrackingUpdate(
type: .event(name: Events.Device.deviceUnregistered.rawValue, interactive: false),
properties: ["reason": "sdk_reset"],
isInternal: true
))

Expand Down

0 comments on commit c1d7353

Please sign in to comment.