userpath-js 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -567,7 +567,6 @@ When initializing the UserPath SDK, you can provide several configuration option
567
567
  | `userId` | string | undefined | Optional user ID to associate with all events |
568
568
  | `flushIntervalMs` | number | 5000 | Time in milliseconds between event batch sends. Events are batched and sent in groups rather than individually to reduce server load. |
569
569
  | `autoTrack` | object | see below | Configuration for automatic event tracking |
570
- | `crossSite` | boolean | true | When `true`, cookies are configured for cross-site requests (`SameSite=None`), allowing them to be sent from a different domain to the UserPath server. When `false`, cookies are set for same-site requests (`SameSite=Lax`), which is suitable when you are using a proxy server to forward requests to UserPath, making the cookies first-party. |
571
570
 
572
571
  ### Auto-tracking Configuration
573
572