We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8332162 commit 888aba4Copy full SHA for 888aba4
packages/analytics/src/api.ts
@@ -182,7 +182,6 @@ export async function getGoogleAnalyticsClientId(
182
analyticsInstance = getModularInstance(analyticsInstance);
183
return internalGetGoogleAnalyticsClientId(
184
wrappedGtagFunction,
185
- // test
186
initializationPromisesMap[analyticsInstance.app.options.appId!]
187
);
188
}
0 commit comments