mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(editor): Setup Sentry integration (#10945)
This commit is contained in:
committed by
GitHub
parent
c75990e063
commit
6de4dfff87
@@ -49,6 +49,9 @@ export type AuthenticatedRequest<
|
||||
> = Omit<APIRequest<RouteParams, ResponseBody, RequestBody, RequestQuery>, 'user' | 'cookies'> & {
|
||||
user: User;
|
||||
cookies: Record<string, string | undefined>;
|
||||
headers: express.Request['headers'] & {
|
||||
'push-ref': string;
|
||||
};
|
||||
};
|
||||
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user