Atatus error tracking records timeline events from visitor actions such as click and form input along with error stack-trace. It helps you to debug what actions leads to the exception.
Timeline is enabled by default. If you want to disable error timeline, do the following.
copy
atatus.config('YOUR_API_KEY', { disableBreadcrumbs: true }).install();