Skip to content

Conversation

Copy link

Copilot AI commented Jan 20, 2026

The v10.35.0 SDK update introduced processSessionIntegration as a new export from @sentry/node. The build was failing because this integration wasn't re-exported from the Electron SDK's main and utility process entry points.

Changes

  • Added processSessionIntegration to main process exports (src/main/index.ts)
  • Added processSessionIntegration to utility process exports (src/utility/index.ts)

This integration tracks release health for the current Node.js process by recording sessions and handling process lifecycle events.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • Add processSessionIntegration export for SDK v10.35.0 by Copilot in #1296
  • Update Sentry SDKs to v10.35.0 by github-actions in #1295

Build / dependencies / internal 🔧

  • Use pull_request_target for changelog preview by BYK in #1294

🤖 This preview updates automatically when you update the PR.

Co-authored-by: timfish <1150298+timfish@users.noreply.github.com>
Copilot AI changed the title [WIP] Add missing processSessionIntegration exports to index files feat: Add processSessionIntegration export for SDK v10.35.0 Jan 20, 2026
Copilot AI requested a review from timfish January 20, 2026 13:46
@timfish timfish closed this Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants