mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
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:
@@ -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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user