@codecademy/tracking 1.0.39 → 1.0.40-alpha.2356cfd260.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ export const initializeTrackingIntegrations = async _ref => {
|
|
|
18
18
|
initializePartytown();
|
|
19
19
|
} else {
|
|
20
20
|
// Wait to allow any other post-hydration logic to run first
|
|
21
|
-
await new Promise(resolve => setTimeout(resolve,
|
|
21
|
+
await new Promise(resolve => setTimeout(resolve, 250));
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
// Load in OneTrust's banner and wait for its `OptanonWrapper` callback
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/tracking",
|
|
3
3
|
"description": "Tracking library for Codecademy",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.40-alpha.2356cfd260.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@builder.io/partytown": "^0.10.2"
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"repository": "git@github.com:codecademy-engineering/mono.git",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "0072f3637e216aa687da8995e1ef390dd1d5478f"
|
|
20
20
|
}
|