How to tell whether an error continued after a plugin, theme or WordPress version changed
Titanium does not call a remote version service. It records locally installed source versions when matching errors are observed and compares retained observations with the currently installed source.
Read source lifecycle evidence
- Find the grouped error and read its source label. Titanium can identify plugins, MU-plugins, themes, WordPress Core, custom wp-content code or an unknown source.
- Look for First observed on v… to see the earliest retained source version associated with that group.
- Read the latest lifecycle label to see the version where the most recent matching error was observed.
- If the source changed versions and the error continued, treat that as evidence that the update did not stop the same grouped failure.
- If the installed source version is newer than the last-error version, the UI can show that no recurrence has yet been seen on the current version.
- Keep watching the group until enough time has passed to decide whether the update really resolved the pattern.
