@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.
@@ -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 true
170
+ * @default false
171
171
  */
172
172
  web_vitals_attribution?: boolean;
173
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/types",
3
- "version": "1.336.1",
3
+ "version": "1.336.2",
4
4
  "description": "Type definitions for the PostHog JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -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 true
192
+ * @default false
193
193
  */
194
194
  web_vitals_attribution?: boolean
195
195
  }