Apparently simply doing this: ```cpp sentry_options_t *options = sentry_options_new(); sentry_options_set_debug(options, 1); ``` Crashes the application. This doesn't happen in 0.3.2, so maybe it has something to do with #302?
Apparently simply doing this:
Crashes the application. This doesn't happen in 0.3.2, so maybe it has something to do with #302?