feat: Proxy all RudderStack frontend telemetry events through the backend (#17177)

Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
This commit is contained in:
Ricardo Espinoza
2025-07-23 09:17:01 -04:00
committed by GitHub
parent e317c92916
commit 5524b2137a
9 changed files with 116 additions and 7 deletions

View File

@@ -31,6 +31,8 @@ describe('NpsSurvey', () => {
config: {
key: 'test',
url: 'https://telemetry-test.n8n.io',
proxy: 'http://localhost:5678/rest/telemetry/proxy',
sourceConfig: 'http://localhost:5678/rest/telemetry/rudderstack',
},
};
}
@@ -77,6 +79,8 @@ describe('NpsSurvey', () => {
config: {
key: 'test',
url: 'https://telemetry-test.n8n.io',
proxy: 'http://localhost:5678/rest/telemetry/proxy',
sourceConfig: 'http://localhost:5678/rest/telemetry/rudderstack',
},
};
}