is there any way to add a user's mark in the reactlog from code?

is there any way to add a user's mark in the reactlog from code instead of using Ctrl+Shift+F3?
That would help to pinpoint the exact moment we need to look in the log.
Something like

observeEvent(input$something, {
    # mark this on the reactlog
    reactlog::add_mark_here()
    # do stuff related to something
    ...
  })

Unfortunately no. But this is brilliant, so I'm going to add it!

2 Likes

New GitHub Issue: feat: Add method to add a "mark" in the reactlog · Issue #90 · rstudio/reactlog · GitHub

1 Like

PR with feature: feat(reactlog): Add `reactlogAddMark()` by schloerke · Pull Request #4103 · rstudio/shiny · GitHub


:white_check_mark: Merged. It'll be in the next release of {shiny}. Thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.