Skip to content

Commit 35a0167

Browse files
committed
fix core attributes
1 parent 11a6e8d commit 35a0167

File tree

1 file changed

+6
-6
lines changed
  • includes/logs/default-attributes

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### Device and OS Attributes
1+
### Core Attributes
22

3-
- `os.name`: The name of the operating system.
4-
- `os.version`: The version of the operating system.
5-
- `device.brand`: The brand of the device.
6-
- `device.model`: The model of the device.
7-
- `device.family`: The family of the device.
3+
- `environment`: The environment set in the SDK if defined. This is sent from the SDK as `sentry.environment`.
4+
- `release`: The release set in the SDK if defined. This is sent from the SDK as `sentry.release`.
5+
- `trace.parent_span_id`: The span ID of the span that was active when the log was collected (only set if there was an active span). This is sent from the SDK as `sentry.trace.parent_span_id`.
6+
- `sdk.name`: The name of the SDK that sent the log. This is sent from the SDK as `sentry.sdk.name`. This is sent from the SDK as `sentry.sdk.name`.
7+
- `sdk.version`: The version of the SDK that sent the log. This is sent from the SDK as `sentry.sdk.version`. This is sent from the SDK as `sentry.sdk.version`.

0 commit comments

Comments
 (0)