我想将Bugsnag集成到TYPO3中。
有没有推荐的方法来做这件事?这是为生产系统,所以调试信息是禁用的,但如果能获得这些信息来解决but?
https://docs.bugsnag.com/platforms/php/other/
发布于 2019-06-04 22:15:05
你可以使用customize exception and error handling in TYPO3。
你可以使用a TYPO3 bugsnag extension。
https://stackoverflow.com/questions/56444824
相似问题