Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Updated config (newrelic.json) handling, resolves #41 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelOrtho
Copy link

The way how NewRelic Platform SDK is handling configuration file location is making issue if used on Linux. To make it platform agnostic, I used Path.Combine that was used already in the same file.

As that private const string is used only on one point, I converted it to be inline.

Resolves #41

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Platform SDK cannot be run on Linux because of newrelic.json path handling
2 participants