0.3.0 - 2024-11-01
✨ New features
- (frontend): Replace exception detail journey with attr distribution plot
- (frontend): Add new UI for session replay
- (frontend): Persist paginator on master detail nav
- (frontend): Add search bar to dropdown component
- (frontend): Use sankey graphs for journeys
- (frontend): Add filters to urls
🐛 Bug fixes
- (backend): Improve crash/anr detail experience (#1451)
- (backend): Improve dashboard api response times (#1404)
- (backend): Occasional runtime panic during ingestion (#1345)
- (backend): Increase app version character limit (#1342)
- (backend): Increase thread name character limit (#1341)
- (backend): Prevent duplicate ingestion of events (#1331)
- (frontend): Crash detail not showing id (#1453)
- (frontend): Hot launch metric was incorrectly showing warm launch metric (#1448)
- (frontend): Some dashboard apis were failing due to lack of url encoding (#1449)
- (frontend): Handle empty mem/cpu graph in session replay
- (frontend): Calculate time diff b/w filtered events
- (frontend): Fix nav aside scroll on detail content exceeding screen area
- (frontend): Handle empty file/method name
- (frontend): Handle empty file/method name for crashes/anrs
- (frontend): Limit height of dropdown component
- (frontend): Improve exception/anr details plot ui
- (frontend): Disable appending filters to URLs
- (frontend): Update app name on selected app change
- (frontend): Improve security posture (#1305)
🔨 Misc
- (backend): Apply suitable restart policy (#1458)
- (backend): Add data skipping indexes for fingerprints (#1455)
- (backend): Prevent db statement leaks (#1318)
- (backend): Search sessions by screen view
- (backend): Integrate screen view event with session replay
- (backend): Ingest screen view event
- (backend): Add screen view sample sessions
- (frontend): Improve exception details loading state
- (frontend): Update default time filter to last 6 hours
- (frontend): Update landing page videos
- (frontend): Add loading states
- (frontend): Add loading spinners for plot components
- (frontend): Go directly to dashboard if logged in
⚰️ Removed
- (backend): Remove deprecated cliff feature (#1462)
- (frontend): Remove legends & add versions in tooltips to exception & sessions overview plots