@@ -8,7 +8,8 @@ const tr_ch_apm$up_constructor = tr_ch_apm_tracingChannel("orchestrion:one:up:co
8
8
module .exports = class Up {
9
9
constructor (){
10
10
const tr_ch_apm_ctx$up_constructor = {
11
- arguments
11
+ arguments ,
12
+ module_version: " 1.0.0"
12
13
};
13
14
try {
14
15
if (tr_ch_apm$up_constructor .hasSubscribers ) {
@@ -42,7 +43,8 @@ module.exports = class Up {
42
43
if (! tr_ch_apm$up_fetch .hasSubscribers ) return __apm$traced ();
43
44
return tr_ch_apm$up_fetch .traceSync (__apm$traced , {
44
45
arguments ,
45
- self: this
46
+ self: this ,
47
+ module_version: " 1.0.0"
46
48
});
47
49
}
48
50
};
@@ -59,7 +61,8 @@ const tr_ch_apm$up_constructor = tr_ch_apm_tracingChannel("orchestrion:one:up:co
59
61
export class Up {
60
62
constructor (){
61
63
const tr_ch_apm_ctx$up_constructor = {
62
- arguments
64
+ arguments ,
65
+ module_version: " 1.0.0"
63
66
};
64
67
try {
65
68
if (tr_ch_apm$up_constructor .hasSubscribers ) {
@@ -93,7 +96,8 @@ export class Up {
93
96
if (! tr_ch_apm$up_fetch .hasSubscribers ) return __apm$traced ();
94
97
return tr_ch_apm$up_fetch .traceSync (__apm$traced , {
95
98
arguments ,
96
- self: this
99
+ self: this ,
100
+ module_version: " 1.0.0"
97
101
});
98
102
}
99
103
}
@@ -110,7 +114,8 @@ const tr_ch_apm$up_constructor = tr_ch_apm_tracingChannel("orchestrion:one:up:co
110
114
export class Up {
111
115
constructor (){
112
116
const tr_ch_apm_ctx$up_constructor = {
113
- arguments
117
+ arguments ,
118
+ module_version: " 1.0.0"
114
119
};
115
120
try {
116
121
if (tr_ch_apm$up_constructor .hasSubscribers ) {
@@ -144,11 +149,12 @@ export class Up {
144
149
if (! tr_ch_apm$up_fetch .hasSubscribers ) return __apm$traced ();
145
150
return tr_ch_apm$up_fetch .traceSync (__apm$traced , {
146
151
arguments ,
147
- self: this
152
+ self: this ,
153
+ module_version: " 1.0.0"
148
154
});
149
155
}
150
156
}
151
157
" ,
152
- " map" : " {" version " :3," file " :" module .js " ," sources " :[" module .ts " ]," sourceRoot " :" " ," names " :[]," mappings " :" ;;;AAEA ,MAAM ,CAAA ,MAAO ,EAAE ;IACX ,aAAA ;;;;;;;;YACI ,OAAO ,CAAC ,GAAG ,CAAC ,aAAa ,CAAC ,CAAC ;;;;;;;;;;;;;;;;IAC / B ,CAAC ;IACD ,KAAK ,IAAS ,EAAA ;;;mCAAR ;gBACF ,OAAO ,CAAC ,GAAG ,CAAC ,OAAO ,CAAC ,CAAC ;;;;;;;;;IACzB ,CAAC ;CACJ " }" ,
158
+ " map" : " {" version " :3," file " :" module .js " ," sources " :[" module .ts " ]," sourceRoot " :" " ," names " :[]," mappings " :" ;;;AAEA ,MAAM ,CAAA ,MAAO ,EAAE ;IACX ,aAAA ;;;;;;;;; YACI ,OAAO ,CAAC ,GAAG ,CAAC ,aAAa ,CAAC ,CAAC ;;;;;;;;;;;;;;;;IAC / B ,CAAC ;IACD ,KAAK ,IAAS ,EAAA ;;;mCAAR ;gBACF ,OAAO ,CAAC ,GAAG ,CAAC ,OAAO ,CAAC ,CAAC ; ;;;;;;;;;IACzB ,CAAC ;CACJ " }" ,
153
159
}
154
160
` ;
0 commit comments