Skip to content

Commit

Permalink
Fix analytics js file path on integration screen (#141892) (#141911)
Browse files Browse the repository at this point in the history
(cherry picked from commit 405997e)

Co-authored-by: Klim Markelov <klim.markelov@elastic.co>
  • Loading branch information
kibanamachine and tutelaris authored Sep 27, 2022
1 parent e8d332b commit 12e8a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const AnalyticsCollectionIntegrate: React.FC<AnalyticsCollectionIntegrate
description: analyticsDNSUrl,
},
];
const webclientSrc = getEnterpriseSearchUrl('/analytics.js');
const webclientSrc = getEnterpriseSearchUrl('/analytics/client.js');

return (
<>
Expand Down

0 comments on commit 12e8a73

Please sign in to comment.