JimmyLv / BibiGPT-v1

BibiGPT v1 · one-Click AI Summary for Audio/Video & Chat with Learning Content: Bilibili | YouTube | Tweet丨TikTok丨Dropbox丨Google Drive丨Local files | Websites丨Podcasts | Meetings | Lectures, etc. 音视频内容 AI 一键总结 & 对话:哔哩哔哩丨YouTube丨推特丨小红书丨抖音丨快手丨百度网盘丨阿里云盘丨网页丨播客丨会议丨本地文件等 (原 BiliGPT 省流神器 & AI课代表)
https://bibigpt.co
GNU General Public License v3.0
5.24k stars 702 forks source link

set sentry.properties by env #56

Closed Jackiexiao closed 1 year ago

Jackiexiao commented 1 year ago

and delete private SENTRY_DSN url

JimmyLv commented 1 year ago

Thank you very much!

DSNs are safe to keep public because they only allow submission of new events and related event data; they do not allow read access to any information. DSN 公开是安全的,因为它们只允许提交新事件和相关事件数据;他们不允许读取任何信息。

While there is a risk of abusing a DSN, where any user can send events to your organization with any information they want, this is a rare occurrence. Sentry provides controls to block IPs and similar concerns. You can also rotate (and revoke) DSNs by navigating to [Project] > Settings > Client Keys (DSN). 虽然存在滥用 DSN 的风险,在这种情况下任何用户都可以将事件和他们想要的任何信息一起发送到您的组织,但这种情况很少发生。 Sentry 提供了阻止 IP 和类似问题的控件。您还可以通过导航到 [项目] > 设置 > 客户端密钥 (DSN) 来轮换(和撤销)DSN。

https://docs.sentry.io/product/sentry-basics/dsn-explainer/