kyletaylored / wp-datadog-rum
Integrate Datadog RUM with WordPress
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
Type:wordpress-plugin
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-28 19:28:59 UTC
README
Instrument your WordPress sites with Datadog Real User Monitoring (RUM) to gain deep insights into user experience and performance.
Features
- Automatic RUM Injection: Easily add Datadog RUM to your WordPress pages (both front-end and admin) with minimal configuration.
- Customizable Settings: Configure your Datadog client token, application ID, sampling rate, and more.
- Environment Variable Integration: Optionally set default options from your deployment environment variables.
- Clean Deactivation: Removes plugin options when deactivated for a tidy uninstall.
- Composer Support: Install and manage the plugin using Composer (recommended).
Installation
Option 1: Using Composer (Recommended)
-
Require the Package: Run the following command in your WordPress project directory:
composer require kyletaylored/wp-datadog-rum
-
Activate: Activate the "WP Datadog RUM" plugin through the "Plugins" menu in your WordPress dashboard.
Option 2: Manual Installation
- Download: Download the latest release from the Releases page.
- Upload: Unzip the downloaded file and upload the wp-datadog-rum folder to your
/wp-content/plugins/
directory. - Activate: Activate the "WP Datadog RUM" plugin through the "Plugins" menu in your WordPress dashboard.
Configuration
- Datadog Credentials:
- Create a new Datadog RUM application, obtain client token and application ID.
- Plugin Settings:
- Go to "Settings" -> "Datadog RUM" in your WordPress admin dashboard.
- Enter your Datadog client token and application ID.
- Customize other settings as needed (e.g., sampling rate, environment).
License
This plugin is released under the MIT License.
Acknowledgements
This plugin is a fork of the original WP Datadog RUM plugin by Ilan Rabinovitch.