File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
develop-docs/sdk/telemetry/sessions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,15 @@ deduplicate the total session count as an optimization. If the initial
264264
265265### Terminal Session States
266266
267- A session can exist in two states: in progress or terminated. A terminated
267+ A session can exist in one of two states: in progress or terminated. A terminated
268268session must not receive further updates. ` exited ` , ` crashed ` and ` abnormal `
269269are all terminal states. When a session reaches this state the client must
270270not report any more session updates or start a new session.
271271
272272SDKs are encouraged to distinguish between different ways of ending a session:
273273
274- - ` exited ` : this means the session ended cleanly. It's in no way different than
275- the session staying in ` ok ` from the point of success reports. However only
274+ - ` exited ` : this means the session ended cleanly. It's is the same as the
275+ session staying in ` ok ` from the point of success reports. However only
276276 sessions ending in ` exited ` will be considered for session durations.
277277 A session is allowed to go to ` exited ` even if errors occurred.
278278
You can’t perform that action at this time.
0 commit comments