WP New Relic Transactions
A companion plugin when using New Relic with WordPress, to improve the recorded transaction data
by Matthew Boynes · github.com/alleyinteractive/wp-new-relic-transactions · website
★ 8stars
252kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alleyinteractive/wp-new-relic-transactions/archive/refs/heads/develop.zipAlso on Packagist as alleyinteractive/wp-new-relic-transactions:
composer require alleyinteractive/wp-new-relic-transactionsFrom the readme
WP New Relic Transactions
A companion plugin when using New Relic with WordPress, to improve the recorded transaction data.
Installation
You can install the package via composer:
Usage
Simply activate the plugin in WordPress, no further action is necessary.
Transaction Names and Params
This plugin will name the requests, and apply the given custom attributes/parameters:
| Request type | Transaction Name |
|-------------------------|-------------------------------------------------------------------|
| homepage and front page | homepage |
| feed | feed or feed.{feed type} |
| embed | embedParam: embed |
| 404 | error.404 |
| search | searchParam: s |
| privacy policy | privacypolicy |
| post type archive | archive.posttype.{post type}
Read the full README on GitHub →