-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Overview
The CDP SDK documentation does not clearly state which runtime environments are officially supported. Developers may be unsure whether the SDK is intended for use in Node.js, serverless platforms, edge runtimes, or browser environments.
Problem Description
Without explicit guidance, developers may attempt to use the SDK in unsupported runtimes, leading to unexpected errors or limitations. This uncertainty increases trial-and-error during integration and complicates deployment decisions.
Proposed Solution
Add a short documentation section that clearly lists supported and unsupported runtime environments, along with any known limitations or caveats.
Acceptance Criteria
The documentation clearly specifies supported runtimes and environment constraints. Developers can confidently choose the correct environment for using the CDP SDK.