chore: Suppress failing hook test#1386
Conversation
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/browser size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/js-client-sdk-common size report |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default mode and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e1292fa. Configure here.

Note
Low Risk
Low runtime risk since changes only adjust contract-test suppression lists, but it reduces coverage by masking failures in hook ordering behavior across multiple SDKs.
Overview
Adds new entries to multiple contract-test suppression lists to ignore the failing hook ordering cases:
hooks/evaluation/executes beforeEvaluation hooks in registration orderandhooks/track/executes afterTrack hooks in registration order(browser, react, electron, and server-node test harness including FDv2).Reviewed by Cursor Bugbot for commit 5262653. Bugbot is set up for automated code reviews on this repo. Configure here.