Skip to content

Commit 84eb0c3

Browse files
tkruggclaude
andcommitted
refactor: rename __bootstrap__ telemetry event to __start__
Aligns with the InstantSearch.start() method name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 457cd01 commit 84eb0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/instantsearch.js/src/middlewares/createInsightsMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ See documentation: https://www.algolia.com/doc/guides/building-search-ui/going-f
455455
instantSearchInstance.on('render', telemetryOnRender);
456456

457457
sendTelemetryEvent({
458-
eventName: '__bootstrap__',
458+
eventName: '__start__',
459459
performance: {
460460
timeSincePageLoad:
461461
typeof performance !== 'undefined'

0 commit comments

Comments
 (0)