Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Django 应用程序的自定义 500 处理程序中,我可以使用模板代码显示 Sentry 事件的参考 ID {{ request.sentry.id }}—— 但是我在哪里可以看到在 getsentry.com 报告界面中列出的这个 ID?我只能看到事件的时间码以及事件详细信息和堆栈跟踪等,没有参考 ID。
{{ request.sentry.id }}
注意:我通过 Heroku 插件使用免费的 Sentry 层。它是 Sentry 版本 6.0.0。
只是为了填补空白,有两件事: