You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/browser-sdk/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,7 @@ See details in [Feedback HTTP API](https://docs.bucket.co/reference/http-trackin
274
274
275
275
Event listeners allow for capturing various events occurring in the `BucketClient`. This is useful to build integrations with other system or for various debugging purposes. There are 5 kinds of events:
276
276
277
-
-`configCheck`: Your code used a feature config
278
-
-`enabledCheck`: Your code checked whether a specific feature should be enabled
277
+
-`check`: Your code used `isEnabled` or `config` for a feature
279
278
-`featuresUpdated`: Features were updated. Either because they were loaded as part of initialization or because the user/company updated
280
279
-`user`: User information updated (similar to the `identify` call used in tracking terminology)
281
280
-`company`: Company information updated (sometimes to the `group` call used in tracking terminology)
0 commit comments