Skip to content

Commit

Permalink
docs: add token comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsauntson committed Feb 5, 2025
1 parent 07564e9 commit 320d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/modules/datadog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const initDatadog = () => {

if (ddEnv && appVersion) {
datadogLogs.init({
clientToken: 'pub32a7538113d7910e4304b8aa13ff4521',
clientToken: 'pub32a7538113d7910e4304b8aa13ff4521', // this is a public token designed to be used in client side js
site: 'datadoghq.eu',
forwardErrorsToLogs: true,
sessionSampleRate: 100,
Expand Down

0 comments on commit 320d861

Please sign in to comment.