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
...
})