@tracelog/lib 3.2.0 → 3.3.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
@@ -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