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 authored and mmaatttt committed May 6, 2024
1 parent b96cc02 commit fa48cf6
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 fa48cf6

Please sign in to comment.