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
Bump @opentelemetry/core and @vscode/extension-telemetry and fix TelemetryReporter import (microsoft#26007)
Removes
[@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js).
It's no longer used after updating ancestor dependency
[@vscode/extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry).
These dependencies need to be updated together.
Removes `@opentelemetry/core`
Updates `@vscode/extension-telemetry` from 0.8.4 to 1.5.2
`@vscode/extension-telemetry` v1.5.2 changed `TelemetryReporter` from a
default export to a named export. This PR also updates the import and
runtime access in the extension source to match:
- `src/client/telemetry/index.ts` and `src/client/browser/extension.ts`:
changed `import TelemetryReporter from '@vscode/extension-telemetry'` to
`import { TelemetryReporter } from '@vscode/extension-telemetry'` and
updated `require('@vscode/extension-telemetry').default` to
`require('@vscode/extension-telemetry').TelemetryReporter`.
- `gulpfile.js`: strip ANSI color escape codes from webpack stdout
before checking for `ERROR in` / `WARNING in` patterns, so webpack build
errors are correctly detected instead of being silently swallowed.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
0 commit comments