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 24afa50 commit fbd963fCopy full SHA for fbd963f
packages/browser/src/browser/index.ts
@@ -378,7 +378,7 @@ async function loadAnalytics(
378
preInitBuffer.add(new PreInitMethodCall('page', []))
379
}
380
381
- // also, read the query string before we start loading the settings in case the URL changes
+ // reading the query string as early as possible in case the URL changes
382
const queryString = getQueryString()
383
384
const cdnURL = settings.cdnURL ?? getCDN()
0 commit comments