Skip to content

Fix missing function definition in FNullSentrySubsystem#1172

Merged
tustanivsky merged 3 commits intomainfrom
fix/missing-null-platform-func-def
Dec 15, 2025
Merged

Fix missing function definition in FNullSentrySubsystem#1172
tustanivsky merged 3 commits intomainfrom
fix/missing-null-platform-func-def

Conversation

@tustanivsky
Copy link
Collaborator

@tustanivsky tustanivsky commented Dec 15, 2025

This PR fixes a plugin packaging issue caused by a missing IsUserConsentRequired function definition in FNullSentrySubsystem. The issue occurs when targeting platforms where the Sentry plugin is not enabled (e.g., when packaging for a game console without the corresponding plugin extension installed)

Related to:

Closes #1171

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

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

### Fixes

- Fix missing function definition in `FNullSentrySubsystem` ([#1172](https://github.com/getsentry/sentry-unreal/pull/1172))

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 524311e

@tustanivsky tustanivsky merged commit 208d6fe into main Dec 15, 2025
4 checks passed
@tustanivsky tustanivsky deleted the fix/missing-null-platform-func-def branch December 15, 2025 10:47
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.

FNullSentrySubsystem missing an implementation of IsUserConsentRequired() (1.3.0)

2 participants