1config BR2_PACKAGE_HOST_SENTRY_CLI
2	bool "host sentry-cli"
3	depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
4	select BR2_PACKAGE_HOST_RUSTC
5	help
6	  Official Sentry command line interface
7
8	  For managing debug information files and source maps.
9
10	  https://docs.sentry.io/cli/
11