Skip to content

Commit ffde67e

Browse files
Update packages/core/src/instrumentation.ts
Co-authored-by: Fanny Chien <fanny.chien@vtex.com>
1 parent a65f0c7 commit ffde67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function register() {
66
const { name, version } = pkgJSON
77
try {
88
const { getTelemetryClient } = await import('@faststore/diagnostics')
9-
console.log('Instrumemtation.ts: Getting telemetry client')
9+
console.log('Instrumentation.ts: Getting telemetry client')
1010

1111
return getTelemetryClient({
1212
serviceName: config.analytics?.serviceName ?? name,

0 commit comments

Comments
 (0)