Skip to content

Add support of fast-fail crash capturing#828

Merged
tustanivsky merged 11 commits intomainfrom
feat/wer-support
Mar 17, 2025
Merged

Add support of fast-fail crash capturing#828
tustanivsky merged 11 commits intomainfrom
feat/wer-support

Conversation

@tustanivsky
Copy link
Collaborator

@tustanivsky tustanivsky commented Mar 14, 2025

This PR is based on changes introduced in #818.

It also adds means to sample the project allowing to trigger fast-fail crashes and fixes minor blueprint issues with their backward compatibility with older UE versions.

Fast-fail crash capturing works only in github version of the package where we can include crashpad_wer.dll.

Closes #815

@github-actions
Copy link
Contributor

github-actions bot commented Mar 14, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 092ae3f

@tustanivsky tustanivsky merged commit af4f878 into main Mar 17, 2025
4 checks passed
@tustanivsky tustanivsky deleted the feat/wer-support branch March 17, 2025 07:22
tustanivsky added a commit to getsentry/sentry-docs that referenced this pull request May 5, 2025
This PR introduces the following changes to Unreal SDK docs:
- Added `beforeBreadcrumb` hook description
(getsentry/sentry-unreal#814)
- Added
[notice](getsentry/sentry-unreal#860 (review))
that hooks can't be invoked during garbage collection in Unreal
- Added fast-fail crash capturing to the feature comparison table for
different plugin versions
(getsentry/sentry-unreal#828)
- Added
[notice](getsentry/sentry-unreal#812 (comment))
about `EngineVersion` key in the plugin's descriptor file for GitHub
package
- Added GPU crash dump attachment option
(getsentry/sentry-unreal#712)
bitsandfoxes pushed a commit to getsentry/sentry-docs that referenced this pull request Jul 3, 2025
This PR introduces the following changes to Unreal SDK docs:
- Added `beforeBreadcrumb` hook description
(getsentry/sentry-unreal#814)
- Added
[notice](getsentry/sentry-unreal#860 (review))
that hooks can't be invoked during garbage collection in Unreal
- Added fast-fail crash capturing to the feature comparison table for
different plugin versions
(getsentry/sentry-unreal#828)
- Added
[notice](getsentry/sentry-unreal#812 (comment))
about `EngineVersion` key in the plugin's descriptor file for GitHub
package
- Added GPU crash dump attachment option
(getsentry/sentry-unreal#712)
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.

crashpad_wer.dll is not installed during CMake for GitHub release

2 participants