Skip to content

Commit

Permalink
Applying documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2022
1 parent a873d66 commit 82a3f4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type TrackerConfiguration = {
cookieSameSite?: CookieSameSite;
cookieSecure?: boolean;
cookieLifetime?: number;
withCredentials?: boolean;
sessionCookieTimeout?: number;
appId?: string;
platform?: Platform;
Expand All @@ -36,6 +37,7 @@ type TrackerConfiguration = {
webPage: boolean;
};
plugins?: Array<BrowserPlugin>;
customHeaders?: Record<string, string>;
};
```

Expand Down

0 comments on commit 82a3f4d

Please sign in to comment.