@multiplayer-app/session-recorder-browser 2.0.81-beta.0 → 2.0.84-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +31003 -52993
- package/dist/index.umd.js +3185 -6542
- package/dist/observable.d.ts +9 -0
- package/dist/observable.js +39 -0
- package/dist/otel/instrumentations/index.d.ts +4 -1
- package/dist/otel/instrumentations/index.js +88 -88
- package/dist/services/socket.service.d.ts +1 -1
- package/dist/services/socket.service.js +1 -1
- package/dist/session-recorder.d.ts +1 -1
- package/dist/session-recorder.js +1 -1
- package/dist/sessionWidget/index.d.ts +1 -1
- package/dist/sessionWidget/index.js +1 -1
- package/dist/types/session-recorder.d.ts +1 -1
- package/package.json +12 -10
- package/dist/browser/index.js +0 -57124
- package/dist/exporters/index.js +0 -3
- package/dist/exporters/index.js.LICENSE.txt +0 -269
|
@@ -1,269 +0,0 @@
|
|
|
1
|
-
/*! ../api/context */
|
|
2
|
-
|
|
3
|
-
/*! ../common/internal */
|
|
4
|
-
|
|
5
|
-
/*! ../common/utils */
|
|
6
|
-
|
|
7
|
-
/*! ../config */
|
|
8
|
-
|
|
9
|
-
/*! ../constants/constants.base */
|
|
10
|
-
|
|
11
|
-
/*! ../context/NoopContextManager */
|
|
12
|
-
|
|
13
|
-
/*! ../context/context */
|
|
14
|
-
|
|
15
|
-
/*! ../contrib/has-cors.js */
|
|
16
|
-
|
|
17
|
-
/*! ../contrib/yeast.js */
|
|
18
|
-
|
|
19
|
-
/*! ../diag/ComponentLogger */
|
|
20
|
-
|
|
21
|
-
/*! ../diag/internal/logLevelLogger */
|
|
22
|
-
|
|
23
|
-
/*! ../diag/types */
|
|
24
|
-
|
|
25
|
-
/*! ../globalThis.js */
|
|
26
|
-
|
|
27
|
-
/*! ../internal */
|
|
28
|
-
|
|
29
|
-
/*! ../internal/global-utils */
|
|
30
|
-
|
|
31
|
-
/*! ../is-export-retryable */
|
|
32
|
-
|
|
33
|
-
/*! ../otlp-browser-http-export-delegate */
|
|
34
|
-
|
|
35
|
-
/*! ../platform */
|
|
36
|
-
|
|
37
|
-
/*! ../services/messaging.service */
|
|
38
|
-
|
|
39
|
-
/*! ../trace/ProxyTracerProvider */
|
|
40
|
-
|
|
41
|
-
/*! ../trace/context-utils */
|
|
42
|
-
|
|
43
|
-
/*! ../trace/spancontext-utils */
|
|
44
|
-
|
|
45
|
-
/*! ../transport.js */
|
|
46
|
-
|
|
47
|
-
/*! ../type */
|
|
48
|
-
|
|
49
|
-
/*! ../types */
|
|
50
|
-
|
|
51
|
-
/*! ../util */
|
|
52
|
-
|
|
53
|
-
/*! ../util.js */
|
|
54
|
-
|
|
55
|
-
/*! ../version */
|
|
56
|
-
|
|
57
|
-
/*! ./NonRecordingSpan */
|
|
58
|
-
|
|
59
|
-
/*! ./NoopTracer */
|
|
60
|
-
|
|
61
|
-
/*! ./NoopTracerProvider */
|
|
62
|
-
|
|
63
|
-
/*! ./ProxyTracer */
|
|
64
|
-
|
|
65
|
-
/*! ./SessionRecorderBrowserTraceExporter */
|
|
66
|
-
|
|
67
|
-
/*! ./SessionRecorderIdGenerator */
|
|
68
|
-
|
|
69
|
-
/*! ./SessionRecorderTraceIdRatioBasedSampler */
|
|
70
|
-
|
|
71
|
-
/*! ./api/context */
|
|
72
|
-
|
|
73
|
-
/*! ./api/diag */
|
|
74
|
-
|
|
75
|
-
/*! ./api/trace */
|
|
76
|
-
|
|
77
|
-
/*! ./array.js */
|
|
78
|
-
|
|
79
|
-
/*! ./binary.js */
|
|
80
|
-
|
|
81
|
-
/*! ./bounded-queue-export-promise-handler */
|
|
82
|
-
|
|
83
|
-
/*! ./capture-exception */
|
|
84
|
-
|
|
85
|
-
/*! ./common */
|
|
86
|
-
|
|
87
|
-
/*! ./commons.js */
|
|
88
|
-
|
|
89
|
-
/*! ./constants */
|
|
90
|
-
|
|
91
|
-
/*! ./constants.base */
|
|
92
|
-
|
|
93
|
-
/*! ./constants/constants.base */
|
|
94
|
-
|
|
95
|
-
/*! ./constants/constants.browser */
|
|
96
|
-
|
|
97
|
-
/*! ./context */
|
|
98
|
-
|
|
99
|
-
/*! ./contrib/backo2.js */
|
|
100
|
-
|
|
101
|
-
/*! ./contrib/base64-arraybuffer.js */
|
|
102
|
-
|
|
103
|
-
/*! ./contrib/parseqs.js */
|
|
104
|
-
|
|
105
|
-
/*! ./contrib/parseuri.js */
|
|
106
|
-
|
|
107
|
-
/*! ./convert-legacy-browser-http-options */
|
|
108
|
-
|
|
109
|
-
/*! ./crash-buffer */
|
|
110
|
-
|
|
111
|
-
/*! ./decodePacket.js */
|
|
112
|
-
|
|
113
|
-
/*! ./defaults */
|
|
114
|
-
|
|
115
|
-
/*! ./diag */
|
|
116
|
-
|
|
117
|
-
/*! ./encodePacket.js */
|
|
118
|
-
|
|
119
|
-
/*! ./exporters/index-browser */
|
|
120
|
-
|
|
121
|
-
/*! ./globalThis.js */
|
|
122
|
-
|
|
123
|
-
/*! ./helpers */
|
|
124
|
-
|
|
125
|
-
/*! ./hex-to-binary */
|
|
126
|
-
|
|
127
|
-
/*! ./id-generator */
|
|
128
|
-
|
|
129
|
-
/*! ./invalid-span-constants */
|
|
130
|
-
|
|
131
|
-
/*! ./is-binary.js */
|
|
132
|
-
|
|
133
|
-
/*! ./is-error-span */
|
|
134
|
-
|
|
135
|
-
/*! ./is-gzip */
|
|
136
|
-
|
|
137
|
-
/*! ./jsonSchemaHelpers */
|
|
138
|
-
|
|
139
|
-
/*! ./logging-response-handler */
|
|
140
|
-
|
|
141
|
-
/*! ./manager.js */
|
|
142
|
-
|
|
143
|
-
/*! ./map.js */
|
|
144
|
-
|
|
145
|
-
/*! ./mask */
|
|
146
|
-
|
|
147
|
-
/*! ./masking */
|
|
148
|
-
|
|
149
|
-
/*! ./on.js */
|
|
150
|
-
|
|
151
|
-
/*! ./otlp-export-delegate */
|
|
152
|
-
|
|
153
|
-
/*! ./otlp-http-configuration */
|
|
154
|
-
|
|
155
|
-
/*! ./otlp-network-export-delegate */
|
|
156
|
-
|
|
157
|
-
/*! ./polling.js */
|
|
158
|
-
|
|
159
|
-
/*! ./retrying-transport */
|
|
160
|
-
|
|
161
|
-
/*! ./save-continuous-deb-session */
|
|
162
|
-
|
|
163
|
-
/*! ./schemify */
|
|
164
|
-
|
|
165
|
-
/*! ./sdk */
|
|
166
|
-
|
|
167
|
-
/*! ./semver */
|
|
168
|
-
|
|
169
|
-
/*! ./services/socket.service */
|
|
170
|
-
|
|
171
|
-
/*! ./session */
|
|
172
|
-
|
|
173
|
-
/*! ./session-recorder */
|
|
174
|
-
|
|
175
|
-
/*! ./session-type.enum */
|
|
176
|
-
|
|
177
|
-
/*! ./set-attribute */
|
|
178
|
-
|
|
179
|
-
/*! ./set-resource-attributes */
|
|
180
|
-
|
|
181
|
-
/*! ./set.js */
|
|
182
|
-
|
|
183
|
-
/*! ./shared-configuration */
|
|
184
|
-
|
|
185
|
-
/*! ./socket.js */
|
|
186
|
-
|
|
187
|
-
/*! ./spancontext-utils */
|
|
188
|
-
|
|
189
|
-
/*! ./trace_flags */
|
|
190
|
-
|
|
191
|
-
/*! ./transport.js */
|
|
192
|
-
|
|
193
|
-
/*! ./transport/send-beacon-transport */
|
|
194
|
-
|
|
195
|
-
/*! ./transport/xhr-transport */
|
|
196
|
-
|
|
197
|
-
/*! ./transports/index.js */
|
|
198
|
-
|
|
199
|
-
/*! ./transports/websocket-constructor.js */
|
|
200
|
-
|
|
201
|
-
/*! ./type */
|
|
202
|
-
|
|
203
|
-
/*! ./types */
|
|
204
|
-
|
|
205
|
-
/*! ./url.js */
|
|
206
|
-
|
|
207
|
-
/*! ./user-type.enum */
|
|
208
|
-
|
|
209
|
-
/*! ./util.js */
|
|
210
|
-
|
|
211
|
-
/*! ./validators */
|
|
212
|
-
|
|
213
|
-
/*! ./websocket-constructor.js */
|
|
214
|
-
|
|
215
|
-
/*! ./websocket.js */
|
|
216
|
-
|
|
217
|
-
/*! ./webtransport.js */
|
|
218
|
-
|
|
219
|
-
/*! ./widget */
|
|
220
|
-
|
|
221
|
-
/*! ./xmlhttprequest.js */
|
|
222
|
-
|
|
223
|
-
/*! @multiplayer-app/session-recorder-common */
|
|
224
|
-
|
|
225
|
-
/*! @opentelemetry/api */
|
|
226
|
-
|
|
227
|
-
/*! @opentelemetry/core */
|
|
228
|
-
|
|
229
|
-
/*! @opentelemetry/exporter-trace-otlp-http */
|
|
230
|
-
|
|
231
|
-
/*! @opentelemetry/otlp-exporter-base */
|
|
232
|
-
|
|
233
|
-
/*! @opentelemetry/otlp-exporter-base/browser-http */
|
|
234
|
-
|
|
235
|
-
/*! @opentelemetry/otlp-transformer */
|
|
236
|
-
|
|
237
|
-
/*! @opentelemetry/sdk-trace-base */
|
|
238
|
-
|
|
239
|
-
/*! @opentelemetry/semantic-conventions */
|
|
240
|
-
|
|
241
|
-
/*! @socket.io/component-emitter */
|
|
242
|
-
|
|
243
|
-
/*! debug */
|
|
244
|
-
|
|
245
|
-
/*! engine.io-client */
|
|
246
|
-
|
|
247
|
-
/*! engine.io-parser */
|
|
248
|
-
|
|
249
|
-
/*! lib0/observable */
|
|
250
|
-
|
|
251
|
-
/*! lodash.isequal */
|
|
252
|
-
|
|
253
|
-
/*! lodash.keys */
|
|
254
|
-
|
|
255
|
-
/*! lodash.merge */
|
|
256
|
-
|
|
257
|
-
/*! lodash.xor */
|
|
258
|
-
|
|
259
|
-
/*! ms */
|
|
260
|
-
|
|
261
|
-
/*! socket.io-client */
|
|
262
|
-
|
|
263
|
-
/*! socket.io-parser */
|
|
264
|
-
|
|
265
|
-
/*! to-json-schema */
|
|
266
|
-
|
|
267
|
-
/*!**************************!*\
|
|
268
|
-
!*** ./src/exporters.ts ***!
|
|
269
|
-
\**************************/
|