File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ module.exports = class Up {
2828 }
2929 }
3030 fetch ( ) {
31- const traced = ( ) => {
31+ const __apm$ traced = ( ) => {
3232 console . log ( 'fetch' ) ;
3333 } ;
34- if ( ! tr_ch_apm$up_fetch . hasSubscribers ) return traced ( ) ;
35- return tr_ch_apm$up_fetch . traceSync ( traced , {
34+ if ( ! tr_ch_apm$up_fetch . hasSubscribers ) return __apm$ traced( ) ;
35+ return tr_ch_apm$up_fetch . traceSync ( __apm$ traced, {
3636 arguments,
3737 self : this
3838 } ) ;
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ export class Up {
2828 }
2929 }
3030 fetch ( ) {
31- const traced = ( ) => {
31+ const __apm$ traced = ( ) => {
3232 console . log ( 'fetch' ) ;
3333 } ;
34- if ( ! tr_ch_apm$up_fetch . hasSubscribers ) return traced ( ) ;
35- return tr_ch_apm$up_fetch . traceSync ( traced , {
34+ if ( ! tr_ch_apm$up_fetch . hasSubscribers ) return __apm$ traced( ) ;
35+ return tr_ch_apm$up_fetch . traceSync ( __apm$ traced, {
3636 arguments,
3737 self : this
3838 } ) ;
You can’t perform that action at this time.
0 commit comments