We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ece60 commit e75f60cCopy full SHA for e75f60c
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
SYSTEM_VERSION_COMPAT: 0
122
RUN_ANALYZER: asan,llvm-cov
123
- name: Windows (old VS, 32-bit)
124
- os: windows-2019
+ os: windows-2022
125
TEST_X86: 1
126
- name: Windows (latest)
127
os: windows-latest
src/sentry_core.c
@@ -125,6 +125,7 @@ sentry_init(sentry_options_t *options)
sentry_close();
sentry_logger_t logger = { NULL, NULL, SENTRY_LEVEL_DEBUG };
128
+
129
if (options->debug) {
130
logger = options->logger;
131
}
0 commit comments