@codecademy/tracking 1.0.43-alpha.e95a2a19be.0 → 1.0.43

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.
@@ -3,10 +3,6 @@ export const partytownConfig = () => ({
3
3
  // for GTM
4
4
  'fbq',
5
5
  // for Facebook Pixel
6
- 'Sprig.track',
7
- // for Sprig (formerly UserLeap)
8
- 'UserLeap.track',
9
- // for UserLeap
10
6
  '_hsq.push' // for Hubspot
11
7
  ],
12
8
  lib: '/partytown/',
@@ -17,7 +13,9 @@ export const partytownConfig = () => ({
17
13
  // Snap Pixel
18
14
  /lightboxcdn/,
19
15
  // Digioh
20
- /linkedin/ // linkedin
16
+ /linkedin/,
17
+ // linkedin
18
+ /debug/ // GTM debugging
21
19
  ],
22
20
  // This function runs in a worker and can't access other vars in this file.
23
21
  resolveUrl(url, location, type) {
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.43-alpha.e95a2a19be.0",
4
+ "version": "1.0.43",
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": "5f58e5584f0167e0836cd4240d81c6d40c9421f7"
19
+ "gitHead": "052dcb646ac92ce23c68c1cc57ae644c88dfc9d3"
20
20
  }