-
-
Notifications
You must be signed in to change notification settings - Fork 14
Need a GDExtension library that triggers various native errors #510
Copy link
Copy link
Open
Labels
Errorsissues relates to the error reporting productissues relates to the error reporting productGodotplatform labelplatform labelTeststesting, CItesting, CI
Description
We need a GDExtension library that triggers various native errors (segfaults, stack overflows, null pointer dereferences, abort, etc.) for testing the Sentry SDK's crash reporting. It should be usable in both sentry-godot and sentry-demos/godot.
Currently, the SDK includes a hidden method that intentionally crashes the app. Although it's hidden from docs, it's still callable from GDScript. Shipping crash-triggering code in a production SDK is unnecessary and could raise concerns in security audits. Moving this into a separate library (godot-kaboom) keeps the SDK clean and provides a dedicated tool for crash testing in our test project and in any current and future demos.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Errorsissues relates to the error reporting productissues relates to the error reporting productGodotplatform labelplatform labelTeststesting, CItesting, CI
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status