Skip to content

Commit

Permalink
Merge pull request #809 from adobecom/MWPW-158520
Browse files Browse the repository at this point in the history
MWPW-158520: Reducing sample rate for CSP
  • Loading branch information
Blainegunn authored Sep 17, 2024
2 parents e66b687 + 050e7cc commit 55154ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrobat/scripts/dcLana.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function lanaLogging() {
const fricPage = document.querySelector('meta[name="dc-widget-version"]');
const lanaOptions = { sampleRate: 1 };

const lanaCspOptions = { sampleRate: 0.1 };
const lanaCspOptions = { sampleRate: 0.001 };

// DC Converter Logging
window.addEventListener('DC_Hosted:Ready', () => {
Expand Down

0 comments on commit 55154ce

Please sign in to comment.