Also, has anyone had any luck implementing central...
# suitecommerce
b
Also, has anyone had any luck implementing centralized exception handling? I'm thinking something like Airbrake -- https://airbrake.io/
r
I'd also be very interested in implementing this. @badgerdigital We trialed a tool called sessioncam. Effectively a site session recorder. The good thing with it is it could easily identify sessions that had any error due to most error messages having some surrounding div id or class name with "error" in it. We would then view those sessions to see the exact experience.
Not the most ideal solution but better than nothing
b
@Rehan Ali thanks. looks like an interesting tool. I'm going to look more deeply into airbrake integration. Perhaps integrating a tool like airbrake could be a blog post idea @Steve Goldberg?