Skip to content

Commit 940ea3f

Browse files
authored
Update platform-includes/logs/options/python.mdx
1 parent e6e481c commit 940ea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/logs/options/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sentry_sdk.init(
2424

2525
The `before_send_log` function receives a log object, and should return the log object if you want it to be sent to Sentry, or `None` if you want to discard it.
2626

27-
The log dict has the following values:
27+
The log dict has the following keys:
2828

2929
- `severity_text`: (`str` - one of `trace`, `debug`, `info`, `warning`, `error`, `fatal`) The log level.
3030
- `severity_number`: (`int`) The log level as a number ranging from 1 to 24, as per the OpenTelemetry specification of [`SeverityNumber`](https://opentelemetry.io/docs/specs/otel/logs/data-model/#field-severitynumber).

0 commit comments

Comments
 (0)