Skip to content

Commit

Permalink
Reducing sample rate for CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Sep 17, 2024
1 parent e66b687 commit 050e7cc
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 050e7cc

Please sign in to comment.