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

fix: Removed editor flag checks from options validation #295

Merged
merged 7 commits into from
Aug 26, 2021

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Aug 26, 2021

Resolves #293
I've moved some checks out of ShouldInitializeSdk and into Validate to separate editor checks from options validation.
i.e. Initialize the SDK at runtime vs. validate options during build time.

I also removed us blocking the deletion of the DSN in the config window as it made no sense not to let the user delete it.

@bitsandfoxes bitsandfoxes added the Bug Something isn't working label Aug 26, 2021
@bitsandfoxes bitsandfoxes changed the title fix: Options validation for build process fix: Removed editor flag checks from options validation Aug 26, 2021
@bitsandfoxes bitsandfoxes merged commit c585ee6 into main Aug 26, 2021
@bitsandfoxes bitsandfoxes deleted the fix/options-validation branch August 26, 2021 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't rely on Only In Editor to run the xcode build project setup
2 participants