mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 20:21:38 +10:00
fix: update error logging
This commit is contained in:
@ -19,6 +19,10 @@ const posthogProxy = async (request: Request) => {
|
||||
const headers = new Headers(request.headers);
|
||||
headers.set('host', hostname);
|
||||
|
||||
headers.delete('connection');
|
||||
headers.delete('content-length');
|
||||
headers.delete('cookie');
|
||||
|
||||
const response = await fetch(newUrl, {
|
||||
method: request.method,
|
||||
headers,
|
||||
|
||||
Reference in New Issue
Block a user