mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 19:59:18 -04:00
Both trace_id and span_id headers must be present
This commit is contained in:
@@ -38,6 +38,7 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
||||
if not has_request_context():
|
||||
return headers
|
||||
headers['X-B3-TraceId'] = request.request_id
|
||||
headers['X-B3-SpanId'] = request.span_id
|
||||
return headers
|
||||
|
||||
def check_inactive_service(self):
|
||||
|
||||
Reference in New Issue
Block a user