英文:
React Native Sentry attachScreenshot permissions
问题
我正在使用Sentry中的attachScreenshot
属性。一切都按预期运行。唯一的问题是,我是否需要请求权限来执行此操作?类似于相机或蓝牙。
英文:
I'm using the attachScreenshot
property in Sentry. Everything works as expected. The only question is, do I have to ask permissions to do this? Similar than camera or bluetooth.
答案1
得分: 1
如果您的应用程序在屏幕上有敏感数据,您不应启用此功能。否则,从操作系统的角度来看,您不需要请求任何权限,它应该可以正常工作。
英文:
If your app has sensitive data on the screen, you shouldn't enable this feature. Otherwise there's no permission you need to ask from the OS point of view, it should just work.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论