Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-digizijn authored Aug 18, 2021
1 parent 67ec5bd commit e469858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private function installJsErrorReporting() : void
integrations: [new Sentry.Integrations.BrowserTracing()],
// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 0.1,
tracesSampleRate: 0.0,
});",
CClientScript::POS_HEAD
);
Expand Down

0 comments on commit e469858

Please sign in to comment.