#48978: build: add header for SetStackDumpFirstChanceCallback in renderer client
Merged
Description of Change
Fast follow to 48973, partially reverts #48860 . Adds the missing header for SetStackDumpFirstChanceCallback for release builds.
Checklist
- PR description included and stakeholders cc'd
-
npm testpasses - tests are changed or added
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
39-x-y
MergedPR Number
#48980Merged At
Nov 15, 2025, 12:04:29 PM
Released In
v39.2.1Release Date
Nov 15, 2025, 1:57:10 PM
40-x-y
MergedPR Number
#48981Merged At
Nov 15, 2025, 12:04:58 PM
Released In
v40.0.0-alpha.6Release Date
Nov 17, 2025, 7:31:59 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron