This package takes log data from scheb/tombstone-logger
and generates reports in various formats.
You have to provide a YAML configuration file with the minimum configuration. See the Configuration Reference to create such a file.
Run tombstone-analyzer
from your Composer bin
directory:
# Looks for a configuration file named tombstone.yml
vendor/bin/tombstone-analyzer
# Alternatively, explicitly set the path to the configuration file
vendor/bin/tombstone-analyzer -c path/to/your-config-file.yml