Error Tracking
Tideways automatically detects PHP fatal errors and exceptions and then de-duplicates (or aggregates) them. Error details include the message, stacktrace, and context information. These details help you fix your customer’s bugs as quickly as possible.

Error De-duplication
Error de-duplication aggregates, or avoids duplicating, errors which happen either at the same place or for the same reason. This functionality helps ensure that you have a more realistic, and less obscured assessment of errors occurring in your application. De-duplication is achieved based on a hash (or fingerprint) of:
-
The exception class name
-
All frames in the stacktrace of the exception/error, using only the class/function names, not the file name and the line where the error occurred.
You can enable a beta feature that includes the environment as part of the fingerprint. |
Occurrences
When combined with the Deployment Events feature, then error occurrences since the last release to a production environment are reset to zero, re-triggering "New Exception" notifications, if the error still occurs.
Workflow Options

Tideways provides four error-tracking workflow options; these are:
- Resolve
-
Resolve changes status from "Open" to "Closed". The error automatically re-opens if/when the error reoccurs.
- Ignore
-
Ignore changes the error’s status to "Ignored", based on the stacktrace (fingerprint) leading to this error and does not show it again.
- Always Ignore
-
Always Ignore changes the error’s status to "Ignored", based on the exception class' name, meaning everywhere this exception class is thrown.
- Don’t notify
-
Don’t notify disables notifications via integrations for this error, based on the stacktrace (fingerprint).
Notification Triggers
There are three different triggers that can send notifications for errors/exceptions:
-
An error occurrs for the first time, then the "New" trigger is fired
-
An error occurrs again for the first time after a release was published, then the "Reappeared" trigger is fired
-
A closed error still occurrs, then the status is changed from "Closed" to "Open" and the "Reopened" trigger is fired
Resolve All Errors
In the error list the button "Resolve All" prompts for a confirmation to change the status of all "Open" errors/exceptions to "Closed".

If an error still occurs after marking all issues as resolved, then the "re-opened" trigger is fired and notifications are sent.