-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Profiler Disable #91
base: master
Are you sure you want to change the base?
Conversation
<add name="DD_INTEGRATIONS" value="%XDT_EXTENSIONPATH%\vFOLDERUNKNOWN\Tracer\integrations.json" xdt:Locator="Match(name)" xdt:Transform="Insert"/> | ||
|
||
<add name="DD_TRACE_LOG_PATH" xdt:Locator="Match(name)" xdt:Transform="RemoveAll"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The log path could be another candidate where the user might want to customize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to do this separately, because it will require changes in the install script as well.
FWIW, the "official" (documented, at least) way of disabling the tracer is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from Zach's comment about customizing the log path. 👍🏽
596e1eb
to
f2a8e69
Compare
f2a8e69
Don't overwrite
COR_ENABLE_PROFILING
orCORECLR_ENABLE_PROFILING
so users can disable the extension from app settings.Re-organize transform so it's easier to read.