Skip to content

Commit

Permalink
Set name of app so it appears correctly in NR RPM UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooper Marcus committed Feb 6, 2014
1 parent 3fd6d93 commit 1f5a6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ git push heroku master</pre>
The New Relic agent will help you find and solve the performance issues in this
application as well as help you see the complete impact of your changes.
</p>
<pre>heroku addons:add newrelic:stark</pre>
<pre>heroku addons:add newrelic:stark
heroku config:set NEW_RELIC_APP_NAME="YOUR APP NAME GOES HERE"</pre>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 1f5a6c5

Please sign in to comment.