Initializes the core package. Must be called before using any other functions.
The configuration for the core package.
await initialize({ projectId: "your-project-id", // Your project ID from the CDP Portal}); Copy
await initialize({ projectId: "your-project-id", // Your project ID from the CDP Portal});
Initializes the core package. Must be called before using any other functions.