PostHog / posthog-ios

PostHog iOS SDK
https://posthog.com/docs/libraries/ios
MIT License
28 stars 37 forks source link

fix: App opened event respects the life cycle config #102

Closed marandaneto closed 5 months ago

marandaneto commented 5 months ago

:bulb: Motivation and Context

App opened event was being captured even though the lifecycle config was deactivated. All the other events were already guarded by the lifecycle config.

:green_heart: How did you test it?

:pencil: Checklist