I think of Google Analytics as a tool that I can incorporate in my web application to get more information about my UI and UX in general. This is in addition to user testing and other tools, but I'm wondering how else, in terms of mechanisms similar to Google Analytics, I can support UX at the framework level.
My latest ground-up application incorporates a testing mode, where (when activated) users can give feedback on specific interface elements quickly and easily. The architecture was designed to support A/B splitting to complement the concept of quick interface feedback.
Besides these methods, is there any other base level UX integration I can do to make better future design decisions?