@tracelog/lib 3.1.1 → 3.2.0-rc.123.9

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
@@ -162,7 +162,7 @@ await tracelog.init({
162
162
  // Privacy
163
163
  samplingRate: 1.0, // 100% (default)
164
164
  errorSampling: 1.0, // 100% (default)
165
- sensitiveQueryParams: ['token'], // Added to the 15-param default deny-list
165
+ sensitiveQueryParams: ['token'], // Added to the 19-param default deny-list
166
166
 
167
167
  // Throttles
168
168
  pageViewThrottleMs: 1000, // Min interval between page_view events
@@ -189,7 +189,8 @@ await tracelog.init({
189
189
  integrations: {
190
190
  tracelog: {
191
191
  projectId: 'your-project-id',
192
- shopify: false // Optional: enable Shopify cart attribute linking
192
+ shopify: false, // Optional: enable Shopify cart attribute linking
193
+ healthBeacon: true // Optional (default true): diagnostic beacon when ingest is blocked (403)
193
194
  }
194
195
  }
195
196
  });