Skip to content

Commit 8d30d90

Browse files
committed
Update launchSettings.json
1 parent dea0810 commit 8d30d90

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

tracer/test/test-applications/integrations/Samples.MassTransit8/Properties/launchSettings.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"profiles": {
3-
"WithDatadogAndOTEL": {
3+
"WithDatadogAndOTELMAC": {
44
"commandName": "Project",
55
"environmentVariables": {
66
"DD_VERSION": "",
@@ -25,6 +25,34 @@
2525
},
2626
"nativeDebugging": false
2727
},
28+
"WithDatadogAndOTELWindows": {
29+
"commandName": "Project",
30+
"environmentVariables": {
31+
"DD_VERSION": "",
32+
"DD_ENV": "testing",
33+
34+
"DD_TRACE_OTEL_ENABLED": "true",
35+
"COR_ENABLE_PROFILING": "1",
36+
"COR_PROFILER": "{846F5F1C-F9AE-4B07-969E-05C26BC060D8}",
37+
"COR_PROFILER_PATH": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll",
38+
"COR_PROFILER_PATH_64": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll",
39+
40+
"CORECLR_ENABLE_PROFILING": "1",
41+
"CORECLR_PROFILER": "{846F5F1C-F9AE-4B07-969E-05C26BC060D8}",
42+
"CORECLR_PROFILER_PATH": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll",
43+
"CORECLR_PROFILER_PATH_64": "$(SolutionDir)shared\\bin\\monitoring-home\\win-x64\\Datadog.Trace.ClrProfiler.Native.dll",
44+
45+
"DD_DOTNET_TRACER_HOME": "$(SolutionDir)shared\\bin\\monitoring-home",
46+
47+
"DD_TRACE_AGENT_PORT": "9126",
48+
"DD_SERVICE": "Samples.MassTransit8",
49+
"DD_TRACE_DEBUG": "true",
50+
"DD_TRACE_LOG_DIRECTORY": "C:\\temp\\dd-logs",
51+
52+
"RABBITMQ_HOST": "localhost"
53+
},
54+
"nativeDebugging": false
55+
},
2856
"NoDatadog": {
2957
"commandName": "Project",
3058
"environmentVariables": {

0 commit comments

Comments
 (0)