Tideways Non-Fatal Command
The non-fatal command (alias non-fatals) lets you inspect grouped warning, notice, and deprecation groups from the CLI. Non-fatal inspection is read-only.
It has two subcommands, list and show, which mirror tideways error.
List Non-Fatal Groups
$ tideways non-fatal list acme/myproject42
Environment and service filters default to the selected project’s configured environment and all services. The default status is open and the default page is 1.
|
(optional) Environment to list non-fatals for. Defaults to the project’s configured environment. |
|
(optional) Non-fatal level: |
|
(optional) Service to list non-fatals for. Defaults to all services. |
|
(optional) Non-fatal status: |
|
(optional) Transaction ID to filter non-fatals by. |
|
(optional) Result page (1 or greater). (default 1) |
$ tideways non-fatal list acme/myproject42 --environment=production --service=web
$ tideways non-fatal list acme/myproject42 --level=warning
$ tideways non-fatal list acme/myproject42 --status=resolved --page=2
Show a Non-Fatal Group
$ tideways non-fatal show acme/myproject42 NON_FATAL_ID
Shows aggregate non-fatal group data and the latest occurrence across all environments and services, including its message, stack trace, transaction, and context annotations. A compact histogram shows the occurrence distribution over the error-retention period included with the project’s license.
If project_name is omitted, the CLI uses the project configured for the current repository (see tideways init) or the global default project. Non-fatal IDs are opaque and may contain slashes.