Fix spelling of "breadcrumbs" in sentry integration (#141189)

Replace "breadcrums" with "breadcrumps" as this is the spelling  that both Sentry and the HA online docs use.

Also use "events" instead of "logs" as the log is the whole and the events are its parts.
This commit is contained in:
Norbert Rittel
2025-03-23 20:26:45 +01:00
committed by GitHub
parent 1f122ea54d
commit e2f7133d00

View File

@@ -24,7 +24,7 @@
"event_handled": "Send handled events",
"event_third_party_packages": "Send events from third-party packages",
"logging_event_level": "The log level Sentry will register an event for",
"logging_level": "The log level Sentry will record logs as breadcrums for",
"logging_level": "The log level Sentry will record events as breadcrumbs for",
"tracing": "Enable performance tracing",
"tracing_sample_rate": "Tracing sample rate; between 0.0 and 1.0 (1.0 = 100%)"
}