Telemetry events

TrackDeck records a small, anonymous count of which tools get used, to guide development. It is disclosed (a first-run notice), opt-out (Settings → Privacy, or set the TRACKDECK_TELEMETRY environment variable to off), and silent-fail, so it can never delay, block, or error the app.

Counts only, never content. No card contents, file names, note text, media, precise location, or any free-form string ever leaves your machine. There is no install id or identifier of any kind: telemetry is fully unattributed. On launch TrackDeck sends one aggregate rollup like { "paste_t3d": 4, "bridge_ae": 1 }, plus the app version and the OS family (win / mac / linux). That is the entire payload. Your projects themselves never leave the machine.

When telemetry is off, nothing is tallied and nothing is sent. These are the only names that can ever be sent — anything not on this list is rejected before it can be counted.

EventWhat it counts
app_launchThe app was launched.
license_activate_okA license key was activated successfully.
license_activate_failA license key activation failed.
update_downloadAn app update download was started.
update_installAn app update install was started.
slot_limit_hitThe free clipboard-card slot limit was reached.
file_limit_hitThe free single-project-file limit was reached.
paste_t3dUE Sequencer T3D clipboard data was pasted in.
paste_imageOne or more images were pasted in.
paste_videoA video was pasted in.
paste_textText was pasted in as a card.
paste_otherAnother paste kind was handled.
error_paste_parseA paste failed to parse.
copy_outCards were copied out to the clipboard (T3D or media).
roundtrip_completeA session both pasted Sequencer data in AND copied out (the core loop).
view_canvasThe Canvas view was switched to.
view_timelineThe Timeline view was switched to.
review_enterReview mode was opened on a video card.
review_note_addA timecoded review note was added.
review_drawA drawing was made on a video frame.
review_trim_setA video loop trim (in/out) was committed.
review_speed_changeA video playback speed was changed.
arrange_gridAuto-arrange (Grid) was applied.
arrange_moodboardAuto-arrange (Mood Board) was applied.
palette_extractA colour palette was extracted from an image.
bridge_aeA card was exported for After Effects.
bridge_fusionA card was exported for Fusion.
error_bridgeA bridge export failed.
tdeck_saveA project autosave was written.
tdeck_save_libraryA project was saved to the library.
tdeck_openA project was opened from the library.
error_tdeck_saveA project save failed.
error_tdeck_openA project open failed.
session_under_1mA session lasted under 1 minute.
session_1_5mA session lasted 1–5 minutes.
session_5_30mA session lasted 5–30 minutes.
session_30_120mA session lasted 30 minutes–2 hours.
session_over_2hA session lasted over 2 hours.
return_same_dayRe-opened the same day as the previous launch.
return_next_dayRe-opened the day after the previous launch.
return_2_7dRe-opened 2–7 days after the previous launch.
return_8_30dRe-opened 8–30 days after the previous launch.
return_over_30dRe-opened more than 30 days after the previous launch.

43 events. Generated from the app source, so this list cannot drift from what the app actually does.