@tracelog/lib 3.1.1 → 3.2.0-rc.123.8

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
@@ -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
  });