Skip to content

Commit 4a1fb1b

Browse files
Merge pull request #1842 from IFRCGo/fix/sentry-header-issue
Allow header for sentry Distributed Tracing
2 parents 9fb4e54 + f97fe6b commit 4a1fb1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
CORS_ORIGIN_ALLOW_ALL = True
244244
CORS_ALLOW_HEADERS = list(default_headers) + [
245245
'sentry-trace',
246+
'baggage',
246247
]
247248

248249
ROOT_URLCONF = 'main.urls'

0 commit comments

Comments
 (0)