Commit 418ae8a
authored
ref(sdk): Add metrics between capturing and sending the envelope (#26171)
* ref(sdk): Add metrics between capturing and sending the envelope
The sent requests for the relay transport are lower then the captured envelopes, which implies there is somewhere in between where the events are not making it out. This again bisects the space somewhat, between the existing capture_envelope check and the send_request, checking that events are being submitted to a worker and how many send_envelopes result out of that should give more insight.1 parent c2f018c commit 418ae8a
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
218 | 236 | | |
219 | 237 | | |
220 | 238 | | |
| |||
0 commit comments