PostHog / posthog-android

PostHog Android SDK
https://posthog.com/docs/libraries/android
MIT License
43 stars 23 forks source link

chore: expose session id #166

Closed marandaneto closed 2 months ago

marandaneto commented 2 months ago

:bulb: Motivation and Context

Exposes session id, similar to JS Exposes a setter but not publically

:green_heart: How did you test it?

there are unit tests already, only refactored to its class so it is accessible (the getter) but not the setter via the public API

:pencil: Checklist