Skip to content

Commit 4730b89

Browse files
committed
added tracking of lucee id
1 parent 465f9a1 commit 4730b89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/DebuggerService.cfc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ component
207207
"formData" : serializeJSON( form ?: {} ),
208208
"inetHost" : discoverInetHost(),
209209
"dockerHost" : ( isNull( cgi.local_host ) ? "" : cgi.local_host ),
210-
"dockerIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr )
210+
"dockerIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr ),
211+
"luceeId" : ( server.keyExists( "lucee" ) ? getLuceeID() : {} )
211212
};
212213

213214
// Event before recording

0 commit comments

Comments
 (0)