mirror of
https://github.com/home-assistant/core.git
synced 2026-02-04 06:15:47 +01:00
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.
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"dsn": "Sentry DSN"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"bad_dsn": "Invalid DSN"
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"environment": "Optional name of the environment.",
|
|
"event_custom_components": "Send events from custom components",
|
|
"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 events as breadcrumbs for",
|
|
"tracing": "Enable performance tracing",
|
|
"tracing_sample_rate": "Tracing sample rate; between 0.0 and 1.0 (1.0 = 100%)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|