10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
/**
|
|
* Datadog analytics egress is disabled in this build.
|
|
*
|
|
* Only shutdown compatibility remains for existing cleanup paths.
|
|
*/
|
|
|
|
export async function shutdownDatadog(): Promise<void> {
|
|
return
|
|
}
|