adobe / spacecat-audit-worker

SpaceCat Audit Worker for auditing edge delivery sites.
Apache License 2.0
2 stars 2 forks source link

fix: customer secret retrieval #293

Closed ekremney closed 3 months ago

ekremney commented 3 months ago

Fixes the rum domain key retrieval issue.

This is how to use:


import { getRUMDomainkey } from '../support/utils.js';

async function auditRunner(auditUrl, context, site) {

  const domainKey = await getRUMDomainkey(site.getBaseURL(), context);

  ...
}

Related Issues

Thanks for contributing!

solaris007 commented 3 months ago

:tada: This PR is included in version 1.18.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: