* POC page_load_context header * refactor to make this.pageLoadContext a private field, and relocate setTimeout code * add pageLoadContext to `ObserveAPIEndpointDuration` method * move to telemetry_actions * move PageContext constant in webapp * give server control of possible page_load_context values * variable name change --------- Co-authored-by: mickmister <mickmister> Co-authored-by: Mattermost Build <build@mattermost.com>
Mattermost Client
This package contains the JavaScript/TypeScript client for Mattermost. It's used by the Mattermost web app and related projects.
Compilation and Packaging
As a member of Mattermost with write access to our NPM organization, you can build and publish this package by running the following commands:
npm run build --workspace=platform/client
npm publish --workspace=platform/client
Make sure to increment the version number in package.json first! You can add -0, -1, etc for pre-release versions.