module_render.py
41.7 KB
-
Customize the transaction name sent to New Relic for XBlock handlers. · f1f34b5d
Currently, all XBlock/XModule handlers are lumped together in the same transaction (courseware.module_render:handle_xblock_callback). This makes it difficult to pinpoint problems with specific handlers. With this change, the transaction name will now look like: OpenAssessmentBlockWithMixins.save_submission CapaDescriptorWithMixins.xmodule_handler/problem_show
David Ormsbee committed