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 465f9a1 commit 4730b89Copy full SHA for 4730b89
models/DebuggerService.cfc
@@ -207,7 +207,8 @@ component
207
"formData" : serializeJSON( form ?: {} ),
208
"inetHost" : discoverInetHost(),
209
"dockerHost" : ( isNull( cgi.local_host ) ? "" : cgi.local_host ),
210
- "dockerIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr )
+ "dockerIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr ),
211
+ "luceeId" : ( server.keyExists( "lucee" ) ? getLuceeID() : {} )
212
};
213
214
// Event before recording
0 commit comments