Kelly Wallach
Kelly Wallach
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...
### Summary Now that setSessionId has an async action, we should wait for it to complete before proceeding in the plugin. This PR adds an optional async interface to setSessionId...
### Summary This PR adds a set of new classes to fetch a config from remote, and join it to the local config. The remote config is fetched once at...
### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:
### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:
### Summary Noticed when trying to debug an issue for a customer that we were creating the store with the incorrect store name here! ### Checklist * [x] Does your...
### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:
### Summary ### Checklist * [ ] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-TypeScript/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? * Does your PR have a breaking change?:
I'm writing an 'enrichment' plugin that should add a property to any event that comes through `track`. However, the value of this property relies on a value added to events...