TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
148 stars 30 forks source link

Give `DefaultSignalPayload` Public Access #126

Closed nevillco closed 8 months ago

nevillco commented 8 months ago

Implements #115

DefaultSignalPayload is in charge of computing the event's default payload like appVersion, buildNumber etc., which some clients may want to send along to sources besides the TelemetryDeck SDK (for example, a backend service with its own analytics implementation). This PR gives the payload public access to enable that.

winsmith commented 8 months ago

Fantastic! Thank you so much!