(e, t, r, n, i, s)
| 2980 | return i + '@nr=0-1-' + r + '-' + n + '-' + e + '----' + t |
| 2981 | } |
| 2982 | generateTraceHeader(e, t, r, n, i, s) { |
| 2983 | if (!('function' == typeof f.gm?.btoa)) return null |
| 2984 | var o = { |
| 2985 | v: [0, 1], |
| 2986 | d: { ty: 'Browser', ac: n, ap: i, id: e, tr: t, ti: r }, |
| 2987 | } |
| 2988 | return s && n !== s && (o.d.tk = s), btoa((0, k.A)(o)) |
| 2989 | } |
| 2990 | shouldGenerateTrace(e) { |
| 2991 | return ( |
| 2992 | this.agentRef.init?.distributed_tracing?.enabled && |
no outgoing calls
no test coverage detected