Skip to content

Commit df27740

Browse files
authored
dev-docs(session): Lightly clarify some sentences related to Session envelopes (#14357)
1 parent 8050c4b commit df27740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop-docs/sdk/telemetry/sessions/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
268268
session must not receive further updates. `exited`, `crashed` and `abnormal`
269269
are all terminal states. When a session reaches this state the client must
270270
not report any more session updates or start a new session.
271271

272272
SDKs 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

0 commit comments

Comments
 (0)