Skip to content

Commit c45854f

Browse files
committed
Debug crash in libdatadog
1 parent 6b8bd54 commit c45854f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tracer/build/_build/Build.Steps.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,6 +1986,7 @@ void RunWindowsIisIntegrationTests(Project project)
19861986
.EnableNoBuild()
19871987
.SetIsDebugRun(isDebugRun)
19881988
.SetProcessEnvironmentVariable("MonitoringHomeDirectory", MonitoringHomeDirectory)
1989+
.SetProcessEnvironmentVariable("RUST_BACKTRACE", "1")
19891990
.SetLogsDirectory(TestLogsDirectory)
19901991
.EnableTrxLogOutput(GetResultsDirectory(project))
19911992
.WithDatadogLogger());

0 commit comments

Comments
 (0)