Deprecation Tracking
This feature is available only for projects with Standard or Pro license. |
Deprecations Tracking is similar to Exception Tracking and logs all PHP errors with the E_DEPRECATED
and E_USER_DEPRECATED
error type.
Deprecations are aggregated based on the location they occur at so that you can easily spot code that needs to be adapted for futures upgrades.
By default deprecations tracking is disabled and needs to be set in the PHP INI configuration of your project with this directive:
tideways.features.deprecations=1
Tideways can only ingest a limited amount of deprecations in every request and limits the number of deprecations that the PHP extension collects and sends to the daemon to 3 by default. You can increase this setting with the INI setting:
tideways.non_fatal_errors_limit_per_type=10
You then need to restart your PHP process (FPM, Apache) and deprecations will be tracked from there on.
Still need help?
Email [email protected]