Better Stack lets you see inside any stack, debug any issue, and resolve any incident.
wp plugin install https://github.com/uptimizt/bsp/archive/master.zip --force --activate
- get token from https://logs.betterstack.com/
- add source to BS Logs and get token (choose PHP as platform)
- add const
define('BETTERSTACK_LOGS_SOURCE_TOKEN', "token");
to wp-config.php
- add filter for extend log
- add setting page to save token in options
- add other settings
- improve other features