Commit b00889f
authored
fix: Report data source state as valid after bootstrap (#1203)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> **Low Risk**
> Low risk: a small state-reporting change limited to the bootstrap
identify path, covered by an updated unit test asserting the
`dataSourceStatus` event.
>
> **Overview**
> When `identify` completes using `bootstrap` data, `BrowserDataManager`
now explicitly reports the data source status as **valid** by calling
`dataSourceStatusManager.requestStateUpdate(DataSourceState.Valid)`.
>
> The bootstrap identify unit test is updated to assert that a
`dataSourceStatus` event is emitted with `state: 'VALID'` after
bootstrap initialization.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6d3276f. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 9250766 commit b00889f
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
399 | 403 | | |
400 | 404 | | |
401 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments