Skip to content

Commit a3faa62

Browse files
committed
Annount newrelic deployments deprecation
1 parent bbfb784 commit a3faa62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/apm/agents/ruby-agent/features/record-deployments-ruby-agent.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ redirects:
1414
freshnessValidatedDate: never
1515
---
1616

17+
<Callout variant="caution">
18+
Support for recording deployments using the `newrelic deployments` command is deprecated and will be removed in agent version 10.0.0. Users should migrate to recording deployments directly via New Relic's APIs.
19+
20+
For more information, please see [Change Tracking documentation](/docs/change-tracking/change-tracking-introduction/).
21+
</Callout>
22+
1723
The [New Relic Ruby agent](/docs/agents/ruby-agent/getting-started/new-relic-ruby) allows you to send information about application deployments by using the [REST API](/docs/apm/new-relic-apm/maintenance/recording-deployments) or a Capistrano recipe (versions 2.x and 3.x) distributed with the Ruby agent. You can then [view deployments in the New Relic UI](/docs/apm/applications-menu/events/deployments-page). By default, all deployment information is recorded in your production environment. You can also customize the `rails_env` variable for other environments, such as staging.
1824

1925
## Assign an application name [#Installation]

0 commit comments

Comments
 (0)