如何整合气刹我的项目?

How to integrate airbrake my project?

我的项目是用Node和AngularJs写的,我想集成Airbrake,搜索了很多但还是想不通。我看到了使用节点、angular 指令、express 执行此操作的方法。我必须使用哪一个?或者也许都在一起?有人可以向我解释这整个逻辑并举例说明吗?谢谢)

您可以安装相同的 airbrake-js library in both applications, since airbrake-js supports Node and browser applications. The README explains more and the examples directory is a good place to start: https://github.com/airbrake/airbrake-js