Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit b56cc43

Browse files
Merge pull request #744 from riccardo-forina/fix-upgraded-chrome
chore: remove deprecated call to chrome.init
2 parents 611c241 + 0fd29a1 commit b56cc43

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/app/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ export const App: FunctionComponent = () => {
3131
}, [history]);
3232

3333
useEffect(() => {
34-
insights.chrome.init();
35-
const appId = getAppId();
36-
insights.chrome.identifyApp(appId);
3734
const unregister = insights.chrome.on("APP_NAVIGATION", (event) => {
3835
if (event?.domEvent?.href) {
3936
const pathName = event?.domEvent?.href

0 commit comments

Comments
 (0)