()
| 3012 | return t |
| 3013 | } |
| 3014 | excludeNewrelicHeader() { |
| 3015 | var e = this.agentRef.init?.distributed_tracing |
| 3016 | return !!e && !!e.exclude_newrelic_header |
| 3017 | } |
| 3018 | useNewrelicHeaderForCors() { |
| 3019 | var e = this.agentRef.init?.distributed_tracing |
| 3020 | return !!e && !1 !== e.cors_use_newrelic_header |
no outgoing calls
no test coverage detected