Version 4.0.1
May 16, 2022
Improved
- Added icon backfield for improved readability on dark backgrounds.
Version 4.0.0
May 15, 2022
Improved
- New Relic is ready for Craft 4!
- Control panel settings inputs now support environment variables.
- All route segments are now prefixed with
/
in transaction names. (Improves overall consistency and prevents PHP warnings on the homepage route.) (#6)
Changed
- Fully typed
Settings
properties. - Moved
Settings
model to the root namespace.
Removed
- Removed
NewRelic::$plugin
static accessor; usegetInstance()
instead.
Version 3.1.0
May 27, 2019
Added
- Added optional setting to override Segment 2 in reported paths. (h/t Ibrahim Lawal, #5)
Version 3.0.3
September 17, 2018
Added
- Added compatibility with Console requests. (#1)
Changed
- Removed leading slash from transaction names in Live Preview and Console requests.
Version 3.0.2
June 27, 2018
Added
- Initial release!