You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(SENTRY_BACKEND "inproc"CACHESTRING"What sentry backend to use, when the sentry plugin is built. Allowed values are inproc, crashpad and breakpad. Crashpad requires the built crashpad_handler executable that's to be present next to flutter-pi.")
78
+
set(SENTRY_BACKEND "inproc"CACHESTRING"What sentry backend to use, when the sentry plugin is built. Allowed values are inproc, crashpad and breakpad.")
79
+
option(SENTRY_PLUGIN_BUNDLE_CRASHPAD_HANDLER "Bundle the crashpad_handler with the flutter-pi executable."ON)
79
80
80
81
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
81
82
@@ -352,13 +353,25 @@ if (BUILD_CHARSET_CONVERTER_PLUGIN)
0 commit comments