Skip to content

WIP: perf(crashpad): Send event updates over IPC#1841

Open
jpnurmi wants to merge 5 commits into
masterfrom
jpnurmi/feat/crashpad-ipz
Open

WIP: perf(crashpad): Send event updates over IPC#1841
jpnurmi wants to merge 5 commits into
masterfrom
jpnurmi/feat/crashpad-ipz

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Warning

WIP    🚧🔨⏳⛔

A simpler alternative to #1840 - needs to be combined with #1794.

Pass crash event, breadcrumbs, and external crash report to the Crashpad client and let it decide between direct file-writes (Unix) or IPC (Windows).

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

### Features

- Send event updates over IPC ([#1841](https://github.com/getsentry/sentry-native/pull/1841))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by 🚫 dangerJS against ed18914

@jpnurmi jpnurmi changed the title feat: Send crashpad event updates over IPC WIP: perf(crashpad): Send event updates over IPC Jul 6, 2026
Comment thread src/backends/sentry_backend_crashpad.cpp Outdated
Comment thread src/backends/sentry_backend_crashpad.cpp Outdated
Comment thread src/backends/sentry_backend_crashpad.cpp Outdated
Comment thread src/backends/sentry_backend_crashpad.cpp
jpnurmi and others added 5 commits July 6, 2026 16:21
Send serialized crash event and external crash report data to the Crashpad
handler for file writes. Keep the existing file-write fallback for payloads
that cannot be sent through the handler IPC.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@jpnurmi jpnurmi force-pushed the jpnurmi/feat/crashpad-ipz branch from 6887029 to ed18914 Compare July 6, 2026 14:22
Comment thread src/backends/sentry_backend_crashpad.cpp

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ed18914. Configure here.

Comment thread src/backends/sentry_backend_crashpad.cpp
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.

1 participant