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 83ddeef commit 5a25497Copy full SHA for 5a25497
CMakeLists.txt
@@ -353,6 +353,7 @@ endif()
353
if (BUILD_SENTRY_PLUGIN)
354
add_subdirectory(third_party/sentry-native)
355
356
+ set(SENTRY_BACKEND "inproc")
357
target_sources(flutterpi_module PRIVATE src/plugins/sentry/sentry.c)
358
target_link_libraries(flutterpi_module PUBLIC sentry)
359
endif()
0 commit comments