@lwrjs/o11y 0.6.0-alpha.11 → 0.6.0-alpha.15

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.
@@ -15,7 +15,7 @@ const NAMESPACE = 'lwrjs';
15
15
  * Sets up o11y instrumentation instance.
16
16
  */
17
17
 
18
- export default function hookO11yClient(loaderServices) {
18
+ export default function hookO11yClient(serviceApi) {
19
19
  const instrumentation = getInstrumentation(NAMESPACE);
20
20
  const sink = isPerfSupported ? new PerformanceApiSink(instrumentation) : noopSink;
21
21
  sink.track();
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.6.0-alpha.11",
7
+ "version": "0.6.0-alpha.15",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "build:bundle": "rollup --config scripts/rollup.moduleBundle.config.cjs"
25
25
  },
26
26
  "dependencies": {
27
- "@lwrjs/shared-utils": "0.6.0-alpha.11",
27
+ "@lwrjs/shared-utils": "0.6.0-alpha.15",
28
28
  "o11y": "238.1.4"
29
29
  },
30
30
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  "engines": {
47
47
  "node": ">=14.15.4 <17"
48
48
  },
49
- "gitHead": "18ab72188c2d52e32cca47333951a9c76f996039"
49
+ "gitHead": "ebff01c190ee6f2777028f103e51446a1a8f00f7"
50
50
  }