We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221da9 commit 42496bfCopy full SHA for 42496bf
README.md
@@ -35,7 +35,7 @@ The script on your page can look like as follows:
35
```
36
var options = {
37
token: "test", // Value of the token in your preferences
38
- getData: true, // Set to true if you want to also get HAR data as a string in the callback
+ getData: true, // True if you want to also get HAR data as a string in the callback
39
title: "my custom title", // Title used for the HAR file
40
jsonp: false, // Set to true if you want HARP
41
fileName: "my test har file %Y, %H:%M:%S" // Name of the file
0 commit comments