Skip to content

Commit

Permalink
📈 add telemetry tags for when user sees feedback link after winning f…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
TheAfroOfDoom committed Oct 23, 2024
1 parent 2285dc9 commit 75cfa39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
function omegaflowey.main:telemetry/booth/add_tag { name: "player.shown_feedback_link.won_fight" }

function omegaflowey.utils:log/self { text_component: '[ \
"", \
{ "text": "Thanks for playing our ", "color": "aqua" }, \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ data modify storage omegaflowey:telemetry schema_booth_n set value { \
'room.underground.parkour.final_vines.enter': 26, \
'room.underground.parkour.before_final_jump.enter': 27, \
'room.underground.parkour.finish.enter': 28, \
'player.shown_feedback_link.won_fight': 29, \
}

0 comments on commit 75cfa39

Please sign in to comment.