You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed unused imports and variables
- Reorganized code for better readability
- Added optional parameters for path, params, commit, and branch in Monitoring component
- Updated getSession function to accept optional commit and branch parameters
- Updated flush function to pass commit and branch to getSession
- Updated toPayloadInteraction function to include commit and branch in interaction payload
- Updated initPerformanceMonitoring function to include commit and branch in performance entry
- Updated Session interface to include url, route, commit, and branch properties
- Updated Interaction interface to include commit and branch properties
- Updated InternalInteraction interface to include commit and branch properties
- Updated AstroMonitor component to use path instead of pathname prop
- Updated AstroMonitor component to pass path and params to computeRoute function
- Updated MonitoringWithoutRouteProps interface to include optional commit and branch properties
route: monitor.route,// this might be inaccurate but used to caculate which paths all the unique sessions are coming from without having to join on the interactions table (expensive)
0 commit comments