README.md in infield-0.3.0 vs README.md in infield-0.4.0
- old
+ new
@@ -16,13 +16,9 @@
require 'infield'
Infield.run(api_key: ENV['INFIELD_API_KEY'],
repo_environment_id: ENV['INFIELD_REPO_ENVIRONMENT_ID'])
end
-And in any environment you want to profile from:
-
- config.active_support.deprecation = :notify
-
## Configuration options
The infield gem batches requests and sends them asyncronously. You can configure the following options to `Infield.run` (defaults shown here):
Infield.run(