snowplow / snowplow-ios-tracker

Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
http://snowplow.io
Apache License 2.0
81 stars 93 forks source link

Exposing a public getter for EmitterEvent's payload for debugging #879

Closed faceLessGod closed 7 months ago

faceLessGod commented 8 months ago

Is your feature request related to a problem? Please describe. We're trying to test and verify event key values against the Payload in the EmitterEvent retrieved from the EventStore of the EmitterController. Unfortunately there is no public getter for the Payload at this point. However in the android-tracker, This is accessible.

Describe the solution you'd like Expose a public getter for payload for debugging.

Additional context Screenshot 2024-03-07 at 3 11 49 pm