decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

[BUG] Scene deploy success event not working on VSCode #1034

Closed cazala closed 9 months ago

cazala commented 9 months ago

Issue Description:

The scene deploy success event is not arriving when used within VSCode, it might be related to the track method not being awaited?

https://github.com/decentraland/js-sdk-toolchain/blob/main/packages/%40dcl/sdk-commands/src/commands/deploy/index.ts#L178-L185

SDK:

Tool:

Editor Version: 1.33.0

Steps to reproduce:

  1. Deploy a scene
  2. Check segment, the event Deploy scene success does not arrive

Additional Notes:

It does not seem to happen when using the CLI directly, only when deploying through the VSCode extension. Other events do arrive (build, deploy start, etc), so it's not a problem with events in general.