Commit 5aa3a01
authored
[dotnet] disable some features by default (#553)
By default, disable a few unused features in `dd-trace-dotnet` to
improve startup times and total execution times:
env var name | Description
-------------|------------
`DD_TRACE_STARTUP_LOGS=0` | skip generating the startup log entry (which
writes to the file system)
`DD_CIVISIBILITY_ENABLED=0` | explicitly disable CI Visibility to skip
it's auto-detection logic1 parent 54f3755 commit 5aa3a01
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
0 commit comments