Commit 97c435a
authored
feat(logs): Add sdk name and version as log attributes (#4262)
Docs:
https://develop-docs-git-abhi-logs-sdk-developer-documentation.sentry.dev/sdk/telemetry/logs/#default-attributes
> sentry.sdk.name: The name of the SDK that sent the log
> sentry.sdk.version: The version of the SDK that sent the log
convention docs:
- `sentry.sdk.name`:
https://getsentry.github.io/sentry-conventions/generated/attributes/sentry.html#sentrysdkname
- `sentry.sdk.version`:
https://getsentry.github.io/sentry-conventions/generated/attributes/sentry.html#sentrysdkversion
resolves https://linear.app/getsentry/issue/PY-1/1 parent acf508c commit 97c435a
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
898 | 901 | | |
899 | 902 | | |
900 | 903 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
0 commit comments