mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Update telemetry api endpoints (#5482)
* feat: update PostHog api endpoint * feat: update rs host * feat: update rs host * feat: update rs endpoints * refactor: use api host for BE events as well
This commit is contained in:
@@ -57,6 +57,7 @@ export class Telemetry {
|
||||
this.initRudderStack(key, url, {
|
||||
integrations: { All: false },
|
||||
loadIntegration: false,
|
||||
configUrl: 'https://api-rs.n8n.io',
|
||||
...logging,
|
||||
});
|
||||
|
||||
@@ -253,7 +254,7 @@ export class Telemetry {
|
||||
|
||||
script.type = 'text/javascript';
|
||||
script.async = !0;
|
||||
script.src = 'https://cdn.rudderlabs.com/v1/rudder-analytics.min.js';
|
||||
script.src = 'https://cdn-rs.n8n.io/v1/ra.min.js';
|
||||
|
||||
const element: Element = document.getElementsByTagName('script')[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user