feature add test for build mac os on sentry function

This commit is contained in:
alves
2025-12-09 18:37:52 +08:00
parent 377221f22e
commit 8920100e50
2 changed files with 5 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ void initSentryEx()
sentry_init(options);
sentry_start_session();
sentryReportLog(SENTRY_LOG_INFO, "init sentry successful", "initSentry module");
}
}