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 4c0ee6a commit 3f40e33Copy full SHA for 3f40e33
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