John Wilson
06/08/2023, 8:34 PMbdw429s
06/08/2023, 8:37 PMbdw429s
06/08/2023, 8:38 PMJohn Wilson
06/08/2023, 8:38 PMbdw429s
06/08/2023, 8:38 PMJohn Wilson
06/08/2023, 8:39 PMbdw429s
06/08/2023, 8:39 PMbdw429s
06/08/2023, 8:39 PMbdw429s
06/08/2023, 8:39 PMvar tran = FRTransService.startTransaction( 'name', 'description' );
try {
// Do stuff here
} catch( any e ) {
FRTransService.errorTransaction( tran, e );
rethrow;
} finally {
// you MUST call this or the transaction will never show as being finished in FR's interface
FRTransService.endTransaction( tran )
}
bdw429s
06/08/2023, 8:40 PMbdw429s
06/08/2023, 8:41 PMbdw429s
06/08/2023, 8:41 PMDave Merrill
06/08/2023, 8:45 PMJohn Wilson
06/08/2023, 8:50 PMJohn Wilson
06/08/2023, 8:50 PMelpete
06/08/2023, 8:51 PMbdw429s
06/08/2023, 8:52 PMbdw429s
06/08/2023, 8:53 PM