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

Allow defining not supported variables #210

Merged

Conversation

konraddysput
Copy link
Collaborator

@konraddysput konraddysput commented Apr 26, 2024

Why

The configuration object created by a user to create BacktraceClient requires properties available only in specific OSes. When the user needs to switch between different OS builds, most of the time it requires wrapping the initialization object with the #ifdef which is not a great user experience.

The current change allows to define all properties in the backtrace configuration object. Not supported properties on specific OS will be marked as unsupported via NotSupported attribute.

ref: BT-535

@konraddysput konraddysput added the enhancement New feature or request label Apr 26, 2024
@konraddysput konraddysput self-assigned this Apr 26, 2024
@konraddysput konraddysput merged commit afa3e05 into master Apr 29, 2024
10 checks passed
@konraddysput konraddysput deleted the improvement/allow-defining-not-supported-variables branch June 26, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants