mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
fix: improve api logging (#2820)
This commit is contained in:
@@ -26,4 +26,9 @@ export type BaseApiLog = Partial<RootApiLog> & {
|
||||
export type TrpcApiLog = BaseApiLog & {
|
||||
trpcMiddleware: string;
|
||||
unverifiedTeamId?: number | null;
|
||||
/**
|
||||
* Used to differentiate between batched TRPC requests sharing the same
|
||||
* underlying HTTP `requestId`.
|
||||
*/
|
||||
nonBatchedRequestId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user