()
| 210 | } |
| 211 | |
| 212 | func getTabIdFromEnv() string { |
| 213 | return os.Getenv("WAVETERM_TABID") |
| 214 | } |
| 215 | |
| 216 | // this will send wsh activity to the client running on *your* local machine (it does not contact any wave cloud infrastructure) |
| 217 | // if you've turned off telemetry in your local client, this data never gets sent to us |
no outgoing calls
no test coverage detected