mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: add posthog error monitor
This commit is contained in:
@ -23,6 +23,8 @@ const posthogProxy = async (request: Request) => {
|
||||
method: request.method,
|
||||
headers,
|
||||
body: request.body,
|
||||
// @ts-expect-error - Not really sure about this
|
||||
duplex: 'half',
|
||||
});
|
||||
|
||||
return new Response(response.body, {
|
||||
|
||||
Reference in New Issue
Block a user