File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export async function sendTelemetry({
6060 ...args
6161 } = argv ;
6262 const event_time = new Date ( ) . toISOString ( ) ;
63- const { RedoclyOAuthClient } = await import ( '../auth/oauth-client' ) ;
63+ const { RedoclyOAuthClient } = await import ( '../auth/oauth-client.js ' ) ;
6464 const oauthClient = new RedoclyOAuthClient ( 'redocly-cli' , version ) ;
6565 const reuniteUrl = getReuniteUrl ( argv . residency as string | undefined ) ;
6666 const logged_in = await oauthClient . isAuthorized ( reuniteUrl ) ;
@@ -88,7 +88,7 @@ export async function sendTelemetry({
8888 : undefined ,
8989 } ;
9090
91- const { otelTelemetry } = await import ( '../otel' ) ;
91+ const { otelTelemetry } = await import ( '../otel.js ' ) ;
9292 otelTelemetry . init ( ) ;
9393 otelTelemetry . send ( data . command , data ) ;
9494 } catch ( err ) {
You can’t perform that action at this time.
0 commit comments