Commit 71bb33d
committed
Add Codespace lifecycle telemetry tracking
Replicates the tracking setup from mongodb-developer/mean-stack-example:
.devcontainer/track.sh plus postCreateCommand/postStartCommand hooks that
best-effort report created/started events to the shared codespace-telemetry
function. Appended with || true so telemetry can never break the dev
environment.1 parent b873121 commit 71bb33d
2 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments