We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01dcb3 commit 378a9a9Copy full SHA for 378a9a9
readme.md
@@ -87,6 +87,8 @@ moduleSettings = {
87
debugPassword : "cb:null",
88
// Request Tracker Options
89
requestTracker : {
90
+ // Track all cbdebugger events, by default this is off, turn on, when actually profiling yourself :) How Meta!
91
+ trackDebuggerEvents : false,
92
// Store the request profilers in heap memory or in cachebox, default is cachebox
93
storage : "cachebox",
94
// Which cache region to store the profilers in
0 commit comments