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
### PR Merge Message Summary
- **Telemetry Updates**:
- Renamed telemetry properties: `parentContext` -> `parentNodeContext`.
- Added `calledFrom` to commands shared between webview and extension.
- Added telemetry calls for tRPC webview-extension communication (path only, no data).
- Introduced telemetry events, errors, and RPC call logging.
- Added support for paging, view changes, query, and refresh events.
- Extended telemetry to include `documentView` webview and MongoCluster server information.
- Added telemetry for import and export actions.
- **Code Improvements**:
- Removed obsolete code and unused files.
- Removed outdated duration measurement (replaced by `callWithTelemetryAndErrorHandling`).
- Improved logging: replaced `console.log` with `console.error`.
- **VCore Enhancements**:
- Exposed `appName` to `azure.com` servers.
- **PR Review Feedback**:
- Incorporated improvements based on review comments.
This update focuses on enhancing telemetry coverage and cleaning up the codebase for better maintainability and reliability.
0 commit comments