Skip to content

Commit

Permalink
Fix analytics js file path on integration screen (#141892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tutelaris authored Sep 27, 2022
1 parent bf10e32 commit 405997e
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 405997e

Please sign in to comment.