You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The elapsed number of milliseconds between the start of the resource fetch and when it was completed or aborted by the user agent. `nel.elapsed_time`
3909
+
*
3910
+
* Attribute Value Type: `number` {@link NEL_ELAPSED_TIME_TYPE}
3911
+
*
3912
+
* Contains PII: false
3913
+
*
3914
+
* Attribute defined in OTEL: No
3915
+
*
3916
+
* @example 100
3917
+
*/
3918
+
exportconstNEL_ELAPSED_TIME='nel.elapsed_time';
3919
+
3920
+
/**
3921
+
* Type for {@link NEL_ELAPSED_TIME} nel.elapsed_time
3922
+
*/
3923
+
exporttypeNEL_ELAPSED_TIME_TYPE=number;
3924
+
3925
+
// Path: model/attributes/nel/nel__phase.json
3926
+
3927
+
/**
3928
+
* If request failed, the phase of its network error. If request succeeded, "application". `nel.phase`
3929
+
*
3930
+
* Attribute Value Type: `string` {@link NEL_PHASE_TYPE}
3931
+
*
3932
+
* Contains PII: false
3933
+
*
3934
+
* Attribute defined in OTEL: No
3935
+
*
3936
+
* @example "application"
3937
+
*/
3938
+
exportconstNEL_PHASE='nel.phase';
3939
+
3940
+
/**
3941
+
* Type for {@link NEL_PHASE} nel.phase
3942
+
*/
3943
+
exporttypeNEL_PHASE_TYPE=string;
3944
+
3945
+
// Path: model/attributes/nel/nel__referrer.json
3946
+
3947
+
/**
3948
+
* request's referrer, as determined by the referrer policy associated with its client. `nel.referrer`
3949
+
*
3950
+
* Attribute Value Type: `string` {@link NEL_REFERRER_TYPE}
0 commit comments