We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fdc40 commit 1fdce79Copy full SHA for 1fdce79
src/telemetry/OTELInstrumentation.ts
@@ -105,7 +105,7 @@ function configureDiagnostics() {
105
106
function telemetryBaseUrl() {
107
if (isTest) {
108
- return 'http://locahost:1234';
+ return 'http://localhost:1234';
109
} else if (isAlpha) {
110
return 'https://development-ide-telemetry.cloudformation.aws.dev';
111
} else if (isBeta) {
0 commit comments