https://github.com/aiiddqd/bsp
logger for WordPress based on BetterStack Logs (formerly Logtail)
https://github.com/aiiddqd/bsp
betterstack debug logger logs woocommerce wordpress
Last synced: 8 months ago
JSON representation
logger for WordPress based on BetterStack Logs (formerly Logtail)
- Host: GitHub
- URL: https://github.com/aiiddqd/bsp
- Owner: aiiddqd
- Created: 2023-11-30T18:33:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T14:46:37.000Z (about 2 years ago)
- Last Synced: 2025-03-31T14:21:21.089Z (9 months ago)
- Topics: betterstack, debug, logger, logs, woocommerce, wordpress
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetterStack Logs for WordPress and WooCommerce
Better Stack lets you see inside any stack, debug any issue, and resolve any incident.

# install
```
wp plugin install https://github.com/uptimizt/bsp/archive/master.zip --force --activate
```
1. get token from https://logs.betterstack.com/
2. add source to BS Logs and get token (choose PHP as platform)
3. add const `define('BETTERSTACK_LOGS_SOURCE_TOKEN', "token");` to wp-config.php
# todo
- add filter for extend log
- add setting page to save token in options
- add other settings
- improve other features