Skip to content

Commit 3e5b0f1

Browse files
logaretmclaude
andcommitted
fix: Make deprecated enableElementTiming optional in type
The property was removed from defaults but the type still required it, causing a build error. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d80bea commit 3e5b0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/browserTracingIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export interface BrowserTracingOptions {
148148
* @deprecated This option is no longer used. Element timing is now tracked via the standalone
149149
* `elementTimingIntegration`. Add it to your `integrations` array to collect element timing metrics.
150150
*/
151-
enableElementTiming: boolean;
151+
enableElementTiming?: boolean;
152152

153153
/**
154154
* Flag to disable patching all together for fetch requests.

0 commit comments

Comments
 (0)