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 a873d66 commit 82a3f4dCopy full SHA for 82a3f4d
trackers/browser-tracker/docs/markdown/browser-tracker.trackerconfiguration.md
@@ -16,6 +16,7 @@ type TrackerConfiguration = {
16
cookieSameSite?: CookieSameSite;
17
cookieSecure?: boolean;
18
cookieLifetime?: number;
19
+ withCredentials?: boolean;
20
sessionCookieTimeout?: number;
21
appId?: string;
22
platform?: Platform;
@@ -36,6 +37,7 @@ type TrackerConfiguration = {
36
37
webPage: boolean;
38
};
39
plugins?: Array<BrowserPlugin>;
40
+ customHeaders?: Record<string, string>;
41
42
```
43
0 commit comments