-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow enabling legacy profiling transport codepath via setting/env va…
…riable If needed, this will allow customers to toggle the legacy profiling transport codepath by setting the `DD_PROFILING_LEGACY_TRANSPORT_ENABLED` environment varaible to `true` or by using ```ruby Datadog.configure do |c| c.profiling.advanced.legacy_transport_enabled = true end ``` As described in the previous commit, this is temporary and only being added just in case we need to debug issues with the newly-added `HttpTransport` (or to confirm that an issue did not come from it).
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters