The _sesstart key should be added to emitted events with the value of 1 when a new session starts. The session should be started the first time that any event is collected and only expire once a certain number of seconds has elapsed. The session length should be configurable at the app level and default to 30 minutes if no value is configured. For any events triggered between the session start and session expiration, no _sesstart key or value is necessary.
The
_sesstart
key should be added to emitted events with the value of1
when a new session starts. The session should be started the first time that any event is collected and only expire once a certain number of seconds has elapsed. The session length should be configurable at the app level and default to 30 minutes if no value is configured. For any events triggered between the session start and session expiration, no_sesstart
key or value is necessary.