Skip to content

Commit 232fd67

Browse files
committed
making sure interception calls are unique when trakcing
1 parent 5300090 commit 232fd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspects/InterceptorProfiler.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ component implements="coldbox.system.aop.MethodInterceptor" accessors="true" {
6060

6161
// Is this an entity interception? If so, log it to assist
6262
if ( data.keyExists( "entity" ) ) {
63-
txName &= "( #getEntityName( data )# )";
63+
txName &= "( #getEntityName( data )# ) @ #getTickCount()#";
6464
}
6565

6666
// create FR tx with method name

0 commit comments

Comments
 (0)