You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may just be running an old version... from my composer.json
"mindsize/mindsize-newrelic": "^1.1",
@javorszky can you confirm that this is how it works in the latest version of the app though? if so - can you tag it as a new version and push it please? :)
It should be doable. Essentially I'm waiting until rest_api_init to set a transaction, and if the global REST_REQUEST is set (and is true) at that point, the config is set to rest transaction
No transaction should be in the root app to be honest, because the frontend is a catch-all.
All contexts are checked at points that definitely fire within WordPress.
btw, the reason I wait until rest_api_init and check for REST_REQUEST is precisely because custom rest routes, so I don't miss them if I only preg_match the url to contain wp-json or something similar
Custom wp-json endpoint traces are being captured in the root site app, I would have expected these to show up in an API app - is this doable?
The text was updated successfully, but these errors were encountered: