File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -832,6 +832,25 @@ export interface GraphQLRequest {
832832 feature : 'graphql-request' ;
833833 [ k : string ] : unknown ;
834834}
835+ export interface AddViewLoadingTime {
836+ /**
837+ * addViewLoadingTime API
838+ */
839+ feature : 'addViewLoadingTime' ;
840+ /**
841+ * Whether the view is not available
842+ */
843+ no_view ?: boolean ;
844+ /**
845+ * Whether the available view is not active
846+ */
847+ no_active_view ?: boolean ;
848+ /**
849+ * Whether the loading time was overwritten
850+ */
851+ overwritten : boolean ;
852+ [ k : string ] : unknown ;
853+ }
835854export interface StartSessionReplayRecording {
836855 /**
837856 * startSessionReplayRecording API
@@ -892,25 +911,6 @@ export interface StopResource {
892911 feature : 'stop-resource' ;
893912 [ k : string ] : unknown ;
894913}
895- export interface AddViewLoadingTime {
896- /**
897- * addViewLoadingTime API
898- */
899- feature : 'addViewLoadingTime' ;
900- /**
901- * Whether the view is not available
902- */
903- no_view ?: boolean ;
904- /**
905- * Whether the available view is not active
906- */
907- no_active_view ?: boolean ;
908- /**
909- * Whether the loading time was overwritten
910- */
911- overwritten : boolean ;
912- [ k : string ] : unknown ;
913- }
914914export interface TrackWebView {
915915 /**
916916 * trackWebView API
Original file line number Diff line number Diff line change @@ -832,6 +832,25 @@ export interface GraphQLRequest {
832832 feature : 'graphql-request' ;
833833 [ k : string ] : unknown ;
834834}
835+ export interface AddViewLoadingTime {
836+ /**
837+ * addViewLoadingTime API
838+ */
839+ feature : 'addViewLoadingTime' ;
840+ /**
841+ * Whether the view is not available
842+ */
843+ no_view ?: boolean ;
844+ /**
845+ * Whether the available view is not active
846+ */
847+ no_active_view ?: boolean ;
848+ /**
849+ * Whether the loading time was overwritten
850+ */
851+ overwritten : boolean ;
852+ [ k : string ] : unknown ;
853+ }
835854export interface StartSessionReplayRecording {
836855 /**
837856 * startSessionReplayRecording API
@@ -892,25 +911,6 @@ export interface StopResource {
892911 feature : 'stop-resource' ;
893912 [ k : string ] : unknown ;
894913}
895- export interface AddViewLoadingTime {
896- /**
897- * addViewLoadingTime API
898- */
899- feature : 'addViewLoadingTime' ;
900- /**
901- * Whether the view is not available
902- */
903- no_view ?: boolean ;
904- /**
905- * Whether the available view is not active
906- */
907- no_active_view ?: boolean ;
908- /**
909- * Whether the loading time was overwritten
910- */
911- overwritten : boolean ;
912- [ k : string ] : unknown ;
913- }
914914export interface TrackWebView {
915915 /**
916916 * trackWebView API
Original file line number Diff line number Diff line change 1+ {
2+ "_dd" : {
3+ "format_version" : 2
4+ },
5+ "type" : " telemetry" ,
6+ "date" : 1591284175342 ,
7+ "service" : " browser-sdk" ,
8+ "source" : " browser" ,
9+ "version" : " 1.2.3" ,
10+ "application" : {
11+ "id" : " ac8218cf-498b-4d33-bd44-151095959547"
12+ },
13+ "session" : {
14+ "id" : " cacbf45c-3a05-48ce-b066-d76349460599"
15+ },
16+ "view" : {
17+ "id" : " 623d50fd-75cf-4025-97d2-e51ff94171f6"
18+ },
19+ "action" : {
20+ "id" : " ae3a5d82-cdd1-468d-9bc9-3aa9e54d953c"
21+ },
22+ "experimental_features" : [],
23+ "telemetry" : {
24+ "type" : " usage" ,
25+ "usage" : {
26+ "feature" : " addViewLoadingTime" ,
27+ "overwritten" : true
28+ }
29+ }
30+ }
Original file line number Diff line number Diff line change 1+ {
2+ "_dd" : {
3+ "format_version" : 2
4+ },
5+ "type" : " telemetry" ,
6+ "date" : 1591284175342 ,
7+ "service" : " mobile-sdk" ,
8+ "source" : " ios" ,
9+ "version" : " 1.2.3" ,
10+ "application" : {
11+ "id" : " ac8218cf-498b-4d33-bd44-151095959547"
12+ },
13+ "session" : {
14+ "id" : " cacbf45c-3a05-48ce-b066-d76349460599"
15+ },
16+ "view" : {
17+ "id" : " 623d50fd-75cf-4025-97d2-e51ff94171f6"
18+ },
19+ "action" : {
20+ "id" : " ae3a5d82-cdd1-468d-9bc9-3aa9e54d953c"
21+ },
22+ "experimental_features" : [],
23+ "telemetry" : {
24+ "type" : " usage" ,
25+ "usage" : {
26+ "feature" : " addViewLoadingTime" ,
27+ "no_view" : true ,
28+ "overwritten" : false
29+ }
30+ }
31+ }
You can’t perform that action at this time.
0 commit comments