Skip to content

Commit 64dc2f4

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
update to beta6
1 parent f6c17ce commit 64dc2f4

13 files changed

+27
-9
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
[Rr]elease/
1313
[Rr]eleases/
1414

15-
x64/
16-
x86/
1715
build/
1816
bld/
1917
*_i.c
Binary file not shown.
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<InstrumentationEngineConfiguration>
3+
<InstrumentationMethod>
4+
<Name>Runtime instrumentation agent Host Extension</Name>
5+
<Description>Enables Profiler Attach and Decorate scenarios</Description>
6+
<Module>Microsoft.ApplicationInsights.Extensions.Base_x64.dll</Module>
7+
<ClassGuid>{E81C1F87-CCC7-4EC3-B27D-77A36E5A90AF}</ClassGuid>
8+
<Priority>50</Priority>
9+
</InstrumentationMethod>
10+
</InstrumentationEngineConfiguration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<InstrumentationEngineConfiguration>
3+
<InstrumentationMethod>
4+
<Name>Runtime instrumentation agent Host Extension</Name>
5+
<Description>Enables Profiler Attach and Decorate scenarios</Description>
6+
<Module>Microsoft.ApplicationInsights.Extensions.Base_x86.dll</Module>
7+
<ClassGuid>{E81C1F87-CCC7-4EC3-B27D-77A36E5A90AF}</ClassGuid>
8+
<Priority>50</Priority>
9+
</InstrumentationMethod>
10+
</InstrumentationEngineConfiguration>

0 commit comments

Comments
 (0)