This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
forked from newrelic/newrelic-python-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Prevent agent from talking to New Relic (but preserve instrumen…
…tation) (#1) If the Django setting `EDX_NEWRELIC_NO_REPORT` is present and enabled, the agent will not talk to New Relic's servers and will instead use a set of previously captured responses from our sandbox account. Instrumentation (tracing, etc.) will still be in place, but the data will be discarded rather than being reported. See edx/edx-arch-experiments#692
- Loading branch information
Showing
1 changed file
with
139 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