Skip to content

Commit 2dd31f6

Browse files
Applying documentation updates.
1 parent 198027b commit 2dd31f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ type TrackerConfiguration = {
3131
plugins?: Array<BrowserPlugin>;
3232
onSessionUpdateCallback?: (updatedSession: ClientSession) => void;
3333
preservePageViewIdForUrl?: PreservePageViewIdForUrl;
34+
preserveOriginalReferrer?: boolean;
3435
synchronousCookieWrite?: boolean;
36+
disableSessionContextWithinWebView?: boolean;
3537
} & EmitterConfigurationBase & LocalStorageEventStoreConfigurationBase;
3638
```
3739

0 commit comments

Comments
 (0)