Skip to content

Commit

Permalink
Set DataDog log telemetrySampleRate to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Feb 27, 2024
1 parent e4212f2 commit deaa74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const defaultLogSettings = {
forwardErrorsToLogs: true,
forwardConsoleLogs: ['error'],
forwardReports: [],
telemetrySampleRate: 20, // default
telemetrySampleRate: 100, // default 20
};

const initializeBrowserLogging = customLogSettings => {
Expand Down

0 comments on commit deaa74a

Please sign in to comment.