@tracelog/lib 0.6.0 → 0.6.1

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
@@ -145,11 +145,11 @@ await tracelog.init({
145
145
  - `samplingRate`: Event sampling rate 0-1 (default: 1.0)
146
146
  - `errorSampling`: Error sampling rate 0-1 (default: 1.0)
147
147
  - `sensitiveQueryParams`: Query params to remove from URLs
148
- - `allowHttp`: Enable HTTP for testing
149
148
  - `scrollContainerSelectors`: Custom scroll containers
150
149
  - `integrations`:
151
150
  - `tracelog.projectId`: TraceLog SaaS
152
151
  - `custom.apiUrl`: Custom backend
152
+ - `custom.allowHttp`: Enable HTTP for testing
153
153
  - `googleAnalytics.measurementId`: GA4
154
154
 
155
155
  ## Event Data Structure