Skip to content

Commit e50719e

Browse files
author
Udalov Igor
committed
Install new relic
1 parent 08eeca0 commit e50719e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ latest.dump
3636

3737
# Ignore application configuration
3838
/config/application.yml
39+
/config/new_relic.yml
3940
/public/packs
4041
/public/packs-test
4142
/node_modules
@@ -52,4 +53,4 @@ package-lock.json
5253
.idea/
5354

5455
#sitemap
55-
/public/sitemap.xml.gz
56+
/public/sitemap.xml.gz

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,5 @@ group :test do
157157
gem "zonebie", "~> 0.6.1"
158158
end
159159
# rubocop:enable LineLength
160+
161+
gem 'newrelic_rpm'

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ GEM
137137
descendants_tracker (~> 0.0.4)
138138
ice_nine (~> 0.11.0)
139139
thread_safe (~> 0.3, >= 0.3.1)
140+
base64 (0.1.1)
140141
bcrypt (3.1.12)
141142
benchmark-ips (2.7.2)
142143
better_errors (2.5.0)
@@ -612,6 +613,8 @@ GEM
612613
net-http-persistent (3.0.0)
613614
connection_pool (~> 2.2)
614615
netrc (0.11.0)
616+
newrelic_rpm (9.6.0)
617+
base64
615618
nio4r (2.3.1)
616619
nokogiri (1.10.1)
617620
mini_portile2 (~> 2.4.0)
@@ -1013,6 +1016,7 @@ DEPENDENCIES
10131016
liquid (~> 4.0)
10141017
memory_profiler (~> 0.9)
10151018
nakayoshi_fork
1019+
newrelic_rpm
10161020
nokogiri (~> 1.10)
10171021
octokit (~> 4.13)
10181022
omniauth (~> 1.9)

0 commit comments

Comments
 (0)