@posthog/types 1.336.1 → 1.336.2
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/dist/posthog-config.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ export interface PerformanceCaptureConfig {
|
|
|
167
167
|
* which may help reduce memory usage in SPAs where elements
|
|
168
168
|
* causing layout shifts are removed during navigation.
|
|
169
169
|
*
|
|
170
|
-
* @default
|
|
170
|
+
* @default false
|
|
171
171
|
*/
|
|
172
172
|
web_vitals_attribution?: boolean;
|
|
173
173
|
}
|
package/package.json
CHANGED
package/src/posthog-config.ts
CHANGED
|
@@ -189,7 +189,7 @@ export interface PerformanceCaptureConfig {
|
|
|
189
189
|
* which may help reduce memory usage in SPAs where elements
|
|
190
190
|
* causing layout shifts are removed during navigation.
|
|
191
191
|
*
|
|
192
|
-
* @default
|
|
192
|
+
* @default false
|
|
193
193
|
*/
|
|
194
194
|
web_vitals_attribution?: boolean
|
|
195
195
|
}
|