Skip to content

v1.5.1-api-patch

Latest
Compare
Choose a tag to compare
@samholton samholton released this 02 Jun 13:25
· 3 commits to main since this release

Upstream v1.5.1 release with patch to capture all API calls. Requires adding OTHER to all recorded config

        telemetries: [
            [ "performance", {recordAllTypes: ['document', 'script', 'other']} ],
            "errors",
            "http"
        ],