Skip to content

Commit b1ffcef

Browse files
authored
Disable explicitly Code Origin for Exception Replay scenarios (#5629)
1 parent ae3e04f commit b1ffcef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ class _Scenarios:
702702
"DEBUGGER_EXCEPTION_REPLAY",
703703
weblog_env={
704704
"DD_EXCEPTION_DEBUGGING_ENABLED": "1",
705+
"DD_CODE_ORIGIN_FOR_SPANS_ENABLED": "0",
705706
"DD_EXCEPTION_REPLAY_CAPTURE_MAX_FRAMES": "10",
706707
},
707708
doc="Check exception replay",

0 commit comments

Comments
 (0)