Skip to content

Commit 5a25497

Browse files
committed
use inproc backend for now
1 parent 83ddeef commit 5a25497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ endif()
353353
if (BUILD_SENTRY_PLUGIN)
354354
add_subdirectory(third_party/sentry-native)
355355

356+
set(SENTRY_BACKEND "inproc")
356357
target_sources(flutterpi_module PRIVATE src/plugins/sentry/sentry.c)
357358
target_link_libraries(flutterpi_module PUBLIC sentry)
358359
endif()

0 commit comments

Comments
 (0)