Skip to content

Commit

Permalink
Update API-reference.md
Browse files Browse the repository at this point in the history
data type for samplingPercentage was boolean, changing to number since it's a percentage
  • Loading branch information
Graham Scanlon committed May 29, 2018
1 parent b0d9607 commit f73057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API-reference.md
Expand Up @@ -269,7 +269,7 @@ interface IConfig {

// Controls what percentage of events will be sent
// Default 100.
samplingPercentage: boolean;
samplingPercentage: number;

// Default 10s
diagnosticLogInterval: number;
Expand Down

0 comments on commit f73057d

Please sign in to comment.