Skip to content

Commit 9b239da

Browse files
bdiboncursoragent
andcommitted
✨ Add trackWebSockets configuration option (default: false)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a10b520 commit 9b239da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/browser-core/src/tools/experimentalFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { objectHasValue } from './utils/objectUtils'
1616
export enum ExperimentalFeature {
1717
TRACK_INTAKE_REQUESTS = 'track_intake_requests',
1818
PARTIAL_VIEW_UPDATES = 'partial_view_updates',
19+
TRACK_WEB_SOCKETS = 'track_web_sockets',
1920
}
2021

2122
const enabledExperimentalFeatures: Set<ExperimentalFeature> = new Set()

0 commit comments

Comments
 (0)