/** * Datadog logging is intentionally disabled in the OSS build. */ export const initializeDatadog = async (): Promise => false export async function shutdownDatadog(): Promise {} export async function trackDatadogEvent( _eventName: string, _properties: { [key: string]: boolean | number | undefined }, ): Promise {}