Skip to content

Commit

Permalink
fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jun 4, 2024
1 parent e923bac commit 5edd400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ For instrumentation that tracks users behavior during user sessions, a `session.
every time a session ends. When a session ends and continues as a new session, this event SHOULD also be
emitted prior to the `session.start` event.

| Body field | Type | Description | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) |
|---------------------------------------------------------------|--------|------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| [`session.id`](/docs/attributes-registry/session.md) | string | The ID of the new session being started. | `Required` |
| Body field | Type | Description | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) |
|---------------------------------------------------------------|--------|----------------------------------------|-------------------------------------------------------------------------------------------------------|
| [`session.id`](/docs/attributes-registry/session.md) | string | The ID of the new session being ended. | `Required` |

[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status

0 comments on commit 5edd400

Please sign in to comment.