我们发现Sentry中有很多Javascript错误缺少堆栈跟踪,而不适用于不支持它的旧浏览器。
这使得几乎不可能诊断导致错误的原因。例如:
TypeError: 'undefined' is not a function
at ? (undefined:0)
这在OS X 10.9.5上的Safari 7.0.6中发生,根据Sentry文档,这应该支持堆栈跟踪:
https://docs.getsentry.com/hosted/clients/javascript/#browser-compatibility