rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Create 0110-client-user-session.md

Open smeubank opened this issue 2 years ago • 1 comments

Feature RFC to define and decide on a user session concept for Sentry SDKs. This is focused on client side SDKs, and aims to solve the ability for SDKs to uniquely link all events associated with a unique user sessions. Which would allow to create a link between all events generated by the SDK during the session, to group them in the Sentry UI, and allow the ID to be considered during client and server side sampling to ensure the completeness of user session in sentry.

Rendered RFC

smeubank avatar Aug 15 '23 18:08 smeubank

Can we actually somehow reuse the release health feature for that? each session already has an ID, that ID should be set in the event, and maybe propagate this ID as well similarly to connected errors and distributed tracing. Would that be a viable option?

marandaneto avatar Aug 17 '23 08:08 marandaneto