-
Notifications
You must be signed in to change notification settings - Fork 600
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
Remove all previously deprecated configuration options #1782
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0d5dcd4
set apdex_t config to non public.
tannalynn 68ed111
removed deprecated *.capture_attribute configs and
tannalynn 99bd9b1
removed ignore_errors and updated tests
tannalynn dc34209
rubocop mad
tannalynn b8a3753
add rails and sinatra errors to default ignore
tannalynn 09cba98
put back for test
tannalynn f0a0a0a
fix rails tests
tannalynn f6fb55d
rubocop mad
tannalynn 3090435
removed analytic_event configs
tannalynn 89b1744
fix transaction_events related tests
tannalynn 5228552
put default ignored error classes back
tannalynn c29fbba
removed several instrumentation configs
tannalynn 31f62cf
remove references to now deleted configs
tannalynn 07bfb62
remove test for deleted config
tannalynn 9f98858
remove deprecated configs and fix grape name
tannalynn c4af2a8
update instrumentation nameing
tannalynn 64fbf76
remove decprecated net http prepend config
tannalynn f5d6b6b
update rails test using analytic_events config
tannalynn b012ff9
update rake test using deprecated config
tannalynn c60ca5a
remove keep_trying config
tannalynn b434d82
Merge branch 'major-release-9' into remove_deprecated_configs
tannalynn 658762a
removed deprecated jobs capture_params configs
tannalynn fe38b65
remove resque test for deleted config
tannalynn 405c81e
rubocop
tannalynn 1f74d80
delete commented out code
tannalynn cd7a931
update sidekiq param tests
tannalynn 5e50412
delete js_errors_beta config
tannalynn 1c58bc1
remvoe whitespace
tannalynn 37f9cfe
removed one of the CAT configs
tannalynn 1bad6a7
Merge branch 'major-release-9' into remove_deprecated_configs
tannalynn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
So it turns out this config is only deprecated for use in the newrelic.yml and env variables. This should only be set via server side config.
The agent however, still uses this value for things so we need to keep the config. So I've removed the deprecated tag and instead have made this a non public config option.