EOL NOTICE
From April 2022, we don't support the C SDK capability. For more details, see our Support Forum post.
To ensure you've the most up-to-date version of the New Relic C SDK for your application's code library, check the release notes.
Update your C SDK code library
To update your application's code library to the latest version of New Relic's C SDK:
- Review the C SDK library changes to verify your code is compatible.
- Manually update the code for your app as applicable.
- Compile the C SDK code, using the
make
command, to create the latest version of thelibnewrelic.a
and link it into your application or service. - If applicable, redeploy your application to your test environment.
- Generate traffic for your application, then check your its
c_sdk.log
file andnewrelic-daemon.log
output for any errors. - Redeploy your application to your production environment.
- Wait a few minutes for your application to send data to New Relic. Then, check your application's performance in New Relic.
If no data appears within a few minutes, follow the troubleshooting tips.