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
264
264
265
265
### Terminal Session States
266
266
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
268
268
session must not receive further updates. ` exited ` , ` crashed ` and ` abnormal `
269
269
are all terminal states. When a session reaches this state the client must
270
270
not report any more session updates or start a new session.
271
271
272
272
SDKs are encouraged to distinguish between different ways of ending a session:
273
273
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
276
276
sessions ending in ` exited ` will be considered for session durations.
277
277
A session is allowed to go to ` exited ` even if errors occurred.
278
278
You can’t perform that action at this time.
0 commit comments