@@ -674,30 +674,6 @@ Additional information that allows Sentry to connect multiple transactions, span
674674 | ` data_loss ` | Unrecoverable data loss or corruption | 500 |
675675 | ` unauthenticated ` | The requester doesn't have valid authentication credentials for the operation | 401 |
676676
677- ` exclusive_time `
678-
679- : _ Optional_ . The amount of time in milliseconds spent in this transaction span, excluding its immediate child spans.
680-
681- - Example: ` 1.035 `
682-
683- ` client_sample_rate `
684-
685- : _ Optional_ . The client-side sample rate. This field will be populated by relay; incoming values are ignored.
686-
687- - Example: ` 0.1 `
688-
689- ` tags `
690-
691- : _ Optional_ . A map or list of tags for this event. Each tag must be less than 200 characters.
692-
693- - Example: ` { "deviceMemory": "8 GB", "effectiveConnectionType": "4g", "routing.instrumentation": "react-router-v3" } `
694-
695- ` dynamic_sampling_context `
696-
697- : _ Optional_ . The [ Dynamic Sampling Context] ( /sdk/performance/dynamic-sampling-context/ ) .
698-
699- - Example: ` { "trace_id": "12312012123120121231201212312012", "sample_rate": "1.0", "public_key": "93D0D1125146288EAEE2A9B3AF4F96CCBE3CB316" }, `
700-
701677` origin `
702678
703679: _ Optional_ . The origin of the trace indicates what created the trace. For more details, see [ trace origin] ( /sdk/performance/trace-origin/ ) .
@@ -731,16 +707,6 @@ If the route is set to a string (e.g. `"route": "foo"`), it will be normalized i
731707 "parent_span_id" : null ,
732708 "description" : " <OrganizationContext>" ,
733709 "op" : " http.server" ,
734- "tags" : {
735- "deviceMemory" : " 8 GB" ,
736- "effectiveConnectionType" : " 4g" ,
737- "routing.instrumentation" : " react-router-v3"
738- },
739- "dynamic_sampling_context" : {
740- "trace_id" : " 12312012123120121231201212312012" ,
741- "sample_rate" : " 1.0" ,
742- "public_key" : " 93D0D1125146288EAEE2A9B3AF4F96CCBE3CB316"
743- },
744710 "origin" : " auto.http.http_client_5" ,
745711 "data" : {
746712 "route" : {
0 commit comments