The [developer docs](https://develop-docs-git-abhi-logs-sdk-developer-documentation.sentry.dev/sdk/telemetry/logs/#log-severity-level) indicates: > Allowed values are, from highest to lowest: `fatal`, `error`, `warning`, `info`, and `debug`. Currently the .NET SDK uses the value `critical` where other SDKs are using `fatal`. This would also be more consistent with the [`SentryLevel` type](https://github.com/getsentry/sentry-dotnet/blob/bd62cf0421cc7a5d7b7804f8461fae00d47d43b8/src/Sentry/SentryLevel.cs#L32-L36). This would obviously be a breaking change, so we'd have to do it in the next major version.