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.

-e, --environment

(optional) Environment to list non-fatals for. Defaults to the project’s configured environment.

--level

(optional) Non-fatal level: warning, notice, or deprecated.

-s, --service

(optional) Service to list non-fatals for. Defaults to all services.

--status

(optional) Non-fatal status: open, resolved, ignored, or all. (default "open")

--transaction

(optional) Transaction ID to filter non-fatals by.

--page

(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.

Still need help? Email [email protected]