Skip to content

Commit 82a3f4d

Browse files
Applying documentation updates.
1 parent a873d66 commit 82a3f4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trackers/browser-tracker/docs/markdown/browser-tracker.trackerconfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type TrackerConfiguration = {
1616
cookieSameSite?: CookieSameSite;
1717
cookieSecure?: boolean;
1818
cookieLifetime?: number;
19+
withCredentials?: boolean;
1920
sessionCookieTimeout?: number;
2021
appId?: string;
2122
platform?: Platform;
@@ -36,6 +37,7 @@ type TrackerConfiguration = {
3637
webPage: boolean;
3738
};
3839
plugins?: Array<BrowserPlugin>;
40+
customHeaders?: Record<string, string>;
3941
};
4042
```
4143

0 commit comments

Comments
 (0)