@tracelog/lib 2.4.0 → 2.5.0

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
@@ -774,7 +774,8 @@ await tracelog.init({
774
774
  integrations: {
775
775
  custom: {
776
776
  collectApiUrl: 'https://api.example.com/collect',
777
- allowHttp: false // Only true for local testing
777
+ allowHttp: false, // Only true for local testing
778
+ fetchCredentials: 'include' // Cookie policy: 'include' | 'same-origin' | 'omit'
778
779
  }
779
780
  }
780
781
  });