You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`parent-process-lost`| - | - | Global | Parent process lost, graceful shutdown attempted |
29
+
|`startup`|`StartupHasSolution` (bool) | - | Global | DevServer started and is ready to receive connections |
30
+
|`shutdown`|`ShutdownType` (string) |`UptimeSeconds` (double) | Global | DevServer shutdown. This is the last event before `parent-process-lost`|
31
+
|`startup-failure`|`StartupErrorMessage` (string), `StartupErrorType` (string), `StartupStackTrace` (string) |`UptimeSeconds` (double) | Global |A catastophic error occured with the dev server (not only during startup)|
32
+
|`parent-process-lost`| - | - | Global | Parent process (process that started the dev server (i.e. IDE)) lost, graceful shutdown attempted. If unable to gracefully shut down, the process is killed and `parent-process-lost-forced-exit` even will be triggered|
33
33
|`parent-process-lost-forced-exit`| - | - | Global | Forced exit after graceful shutdown timeout |
|`addin-discovery-start`| - | - | Global | Add-in discovery started |
39
+
|`addin-discovery-start`| - | - | Global | Add-in discovery started. An add-in is a service offered by the dev server global to the solution (can interact with the IDE)|
|`processor-discovery-start`|`AppInstanceId` (string), `DiscoveryIsFile` (bool) | - | Per-connection | Processor discovery started for connection|
55
+
|`processor-discovery-start`|`AppInstanceId` (string), `DiscoveryIsFile` (bool) | - | Per-connection | Processor discovery started for connection, A processor is an agent that the client (connected application) asks the dev server to load.|
|`client-connection-opened`|`ConnectionId` (string) | - | Per-connection | Client connection opened (metadata anonymized) and connected to the dev server |
0 commit comments