shiny.telemetry 0.3.2
New Features
- Added a dropdown to the analytics_app()to switch
between applications.
- Resolve bug that ignored excluded input regex (#192).
Bug Fixes
- Fixed problem with concurrent writes in log file backend.
shiny.telemetry 0.3.1
New Features
- Added log_errorsmethod that allows users to track
errors in their Shiny apps outsidestart_session(#189).
Bug Fixes
- Fixed problem with log_all_inputscall that crashed
telemetry (#187).
- Fixed error appearing in analytics app (#188).
shiny.telemetry 0.3.0
New Features
- Added shiny error tracking (activated by default with
start_session) (#116).
- Updated get_usermethod to retrieve user inshinyproxyenvironment (#124).
- Added flexibility to select between [RPostgreSQL,RPostgres] drivers (#147).
- Improved input tracking by implementing inclusion and exclusion
logic (#30).
- Added tracking for returning anonymous users (#142).
- Added support for MongoDB (see DataStorageMongoDBclass) (#174).
Miscellaneous
- Updates documentation to use markdown format (#153).
- Improves SQL injection safeguards via glue::glue_sqlto
generated SQL queries (#34).
- Show proper error message when no telemetry data is available
(#177).
- Adds how-to guides to site (#179 and #180)
Bug Fixes
- Fixed Analytics app not being able to access data by Instrumentation
app (#164).
- Fixed SQLite data storage backend when reading date column
(#182).
shiny.telemetry 0.2.0
New Features
- Allowed optional username overwrite (#123).
- Added MS SQL Server support (see DataStorageMSSQLServerclass) (#128).
- Added CI tests to all DBI-basedDataStorageproviders (#129).
- Added optional parameter to read_event_datathat
filters byapp_name(#129).
Bug fixes
- Fixed the way of getting the session token (#120).
- Fixed loading of complex nested payloads (#133).
Miscellaneous
- Added pre-commithooks (#140).
shiny.telemetry 0.1.0