Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/browser-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ The two cookies are:
- `bucket-prompt-${userId}`: store the last automated feedback prompt message ID received to avoid repeating surveys
- `bucket-token-${userId}`: caching a token used to connect to Bucket's live messaging infrastructure that is used to deliver automated feedback surveys in real time.

### Upgrading to 3.0 from 2.x

Breaking changes:

- `client.onFeaturesUpdated()` is now replaced by [event listeners](#event-listeners)
- Arguments to the `BucketClient` constructor which were previously under `featureOptions` are now supplied directly in the root.

### TypeScript

Types are bundled together with the library and exposed automatically when importing through a package manager.
Expand Down
2 changes: 0 additions & 2 deletions packages/browser-sdk/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,6 @@ export class BucketClient {
/**
* Stop the SDK.
* This will stop any automated feedback surveys.
* It will also stop the features client, including removing
* any onFeaturesUpdated listeners.
*
**/
async stop() {
Expand Down