Skip to content

Releases: prolific-digital/betterstack-logger

v1.0.0

10 Aug 21:21
0289780
Compare
Choose a tag to compare

Added

  • Initial release of BetterStack Logger:
    • Seamlessly integrate with BetterStack to log messages directly from your WordPress site.
    • Capture and log WordPress errors, user actions (logins, registrations, profile updates, etc.), post changes (creation, updates, deletions), plugin activations/deactivations, and theme switches.
    • Customizable logging with helper functions better_error_log($message) and b_log($message) for easy use throughout your codebase.
    • Admin settings page to configure the BetterStack API key, enable/disable error logging, and toggle event logging.
    • Support for defining the BetterStack API key in wp-config.php for enhanced security.
    • Support for WordPress nonce verification to ensure secure processing of form submissions.
    • Use wp_remote_post instead of cURL for HTTP requests, aligning with WordPress standards.

Notes

  • This is the first stable release of BetterStack Logger, marking the beginning of its version history.