Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 17, 2024
1 parent d5e3d8f commit 6aec861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rhino.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ server <- function(id) {
```

The [`telemetry$start_session()`](https://appsilon.github.io/shiny.telemetry/reference/Telemetry.html#method-Telemetry-start_session) call can be customized to enable/disable different types of events and can be further extended to include/exclude input ids.
See the [Guide on tracking specific inputs](https://appsilon.github.io/shiny.telemetry/articles/tracking-specific-input-id.html) for more details.
See the [Guide on tracking specific inputs](tracking-specific-input-id.Rmd) for more details.

The application is now ready to track the input changes, login, logout and browser version. Start the application and test it out yourself.

Expand Down

0 comments on commit 6aec861

Please sign in to comment.