Custom Tags on Request
For use of the
Tagged
Transactions feature, you need the setTags
function on our PHP Extension
API:
<?php
if (class_exists('Tideways\Profiler')) {
\Tideways\Profiler::setTags(['foo', 'bar']);
}
You can set up to three tags per request. Calling the function will overwrite existing tags, including those set by the Page Cache Hit Rate API.
Still need help?
Email [email protected]