Parameters
| Parameter | Type | Description |
|---|---|---|
config | Config | The configuration for the core package. |
Returns
Promise<void>
function initialize(config: Config): Promise<void>;
| Parameter | Type | Description |
|---|---|---|
config | Config | The configuration for the core package. |
Promise<void>
await initialize({
projectId: "your-project-id", // Your project ID from the CDP Portal
});
Was this page helpful?