@@ -348,6 +348,76 @@ expression: "(&event.value().unwrap().spans, metrics)"
348
348
platform: ~ ,
349
349
other: {},
350
350
},
351
+ Span {
352
+ timestamp: Timestamp (
353
+ 2020 - 08 - 21T02 :18 :23Z ,
354
+ ),
355
+ start_timestamp: Timestamp (
356
+ 2020 - 08 - 21T02 :18 :20Z ,
357
+ ),
358
+ exclusive_time: 3000.0 ,
359
+ description: " Process Initialization" ,
360
+ op: " process.load" ,
361
+ span_id: SpanId (
362
+ " bd429c44b67a3eb2" ,
363
+ ),
364
+ parent_span_id: ~ ,
365
+ trace_id: TraceId (
366
+ " ff62a8b040f340bda5d830223def1d81" ,
367
+ ),
368
+ segment_id: ~ ,
369
+ is_segment: ~ ,
370
+ status: ~ ,
371
+ tags: ~ ,
372
+ origin: ~ ,
373
+ profile_id: ~ ,
374
+ data: SpanData {
375
+ app_start_type: String (
376
+ " cold" ,
377
+ ),
378
+ browser_name: ~ ,
379
+ code_filepath: ~ ,
380
+ code_lineno: ~ ,
381
+ code_function: ~ ,
382
+ code_namespace: ~ ,
383
+ db_operation: ~ ,
384
+ db_system: ~ ,
385
+ environment: ~ ,
386
+ http_decoded_response_content_length: ~ ,
387
+ http_request_method: ~ ,
388
+ http_response_content_length: ~ ,
389
+ http_response_transfer_size: ~ ,
390
+ resource_render_blocking_status: ~ ,
391
+ server_address: ~ ,
392
+ http_response_status_code: ~ ,
393
+ thread_name: ~ ,
394
+ transaction: ~ ,
395
+ ui_component_name: ~ ,
396
+ url_scheme: ~ ,
397
+ user: ~ ,
398
+ replay_id: ~ ,
399
+ other: {},
400
+ },
401
+ sentry_tags: {
402
+ " app_start_type" : " cold" ,
403
+ " device.class" : " 1" ,
404
+ " mobile" : " true" ,
405
+ " op" : " process.load" ,
406
+ " os.name" : " iOS" ,
407
+ " platform" : " cocoa" ,
408
+ " release" : " 1.2.3" ,
409
+ " sdk.name" : " sentry.javascript.react-native" ,
410
+ " sdk.version" : " unknown" ,
411
+ " transaction" : " gEt /api/:version/users/" ,
412
+ " transaction.method" : " GET" ,
413
+ " ttid" : " ttid" ,
414
+ },
415
+ received: ~ ,
416
+ measurements: ~ ,
417
+ _metrics_summary: ~ ,
418
+ platform: ~ ,
419
+ other: {},
420
+ },
351
421
],
352
422
[
353
423
Bucket {
@@ -769,5 +839,64 @@ expression: "(&event.value().unwrap().spans, metrics)"
769
839
" transaction" : " gEt /api/:version/users/" ,
770
840
},
771
841
},
842
+ Bucket {
843
+ timestamp: UnixTimestamp (1597976303 ),
844
+ width: 0 ,
845
+ name: " d:spans/exclusive_time@millisecond" ,
846
+ value: Distribution (
847
+ [
848
+ 3000.0 ,
849
+ ],
850
+ ),
851
+ tags: {
852
+ " app_start_type" : " cold" ,
853
+ " device.class" : " 1" ,
854
+ " os.name" : " iOS" ,
855
+ " release" : " 1.2.3" ,
856
+ " span.op" : " process.load" ,
857
+ " transaction" : " gEt /api/:version/users/" ,
858
+ " transaction.method" : " GET" ,
859
+ " ttid" : " ttid" ,
860
+ },
861
+ },
862
+ Bucket {
863
+ timestamp: UnixTimestamp (1597976303 ),
864
+ width: 0 ,
865
+ name: " d:spans/exclusive_time_light@millisecond" ,
866
+ value: Distribution (
867
+ [
868
+ 3000.0 ,
869
+ ],
870
+ ),
871
+ tags: {
872
+ " device.class" : " 1" ,
873
+ " os.name" : " iOS" ,
874
+ " release" : " 1.2.3" ,
875
+ " span.op" : " process.load" ,
876
+ },
877
+ },
878
+ Bucket {
879
+ timestamp: UnixTimestamp (1597976303 ),
880
+ width: 0 ,
881
+ name: " c:spans/count_per_op@none" ,
882
+ value: Counter (
883
+ 1.0 ,
884
+ ),
885
+ tags: {
886
+ " span.op" : " process.load" ,
887
+ },
888
+ },
889
+ Bucket {
890
+ timestamp: UnixTimestamp (1597976303 ),
891
+ width: 0 ,
892
+ name: " c:spans/count_per_segment@none" ,
893
+ value: Counter (
894
+ 1.0 ,
895
+ ),
896
+ tags: {
897
+ " release" : " 1.2.3" ,
898
+ " transaction" : " gEt /api/:version/users/" ,
899
+ },
900
+ },
772
901
],
773
902
)
0 commit comments