Timo
2024-09-03 17:07:43 +02:00
parent 480a995be1
commit 55f01ee0d5
3 changed files with 6 additions and 13 deletions

View File

@@ -161,8 +161,7 @@ export class PosthogSpanProcessor implements SpanProcessor {
/**
* Shutdown the processor.
*/
// eslint-disable-next-line @typescript-eslint/require-await
public async shutdown(): Promise<void> {
return;
return Promise.resolve();
}
}