Skip to content

Commit 1fdce79

Browse files
committed
Fix localhost type
1 parent c2fdc40 commit 1fdce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/OTELInstrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function configureDiagnostics() {
105105

106106
function telemetryBaseUrl() {
107107
if (isTest) {
108-
return 'http://locahost:1234';
108+
return 'http://localhost:1234';
109109
} else if (isAlpha) {
110110
return 'https://development-ide-telemetry.cloudformation.aws.dev';
111111
} else if (isBeta) {

0 commit comments

Comments
 (0)