Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change access modifier to private for stack trace mode option setter #1806

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tustanivsky
Copy link
Collaborator

This PR should prevent users from accidentally enabling Enhanced stack trace mode via the SentryUnityOptions parent class property. Enhanced mode is not supported in IL2CPP builds (see #1033 for more details) and thus could cause crashes like in #1783.

Closes #1783

@tustanivsky tustanivsky changed the title fix: change access modifier for stack trace mode option Change access modifier to private for stack trace mode option setter Sep 18, 2024
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.

WebGL exception during IL2CPP processing
1 participant