diff --git a/src/content/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-android-compatibility-requirements.mdx b/src/content/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-android-compatibility-requirements.mdx index 4949066bc0b..a45dc568ba1 100644 --- a/src/content/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-android-compatibility-requirements.mdx +++ b/src/content/docs/mobile-monitoring/new-relic-mobile-android/get-started/new-relic-android-compatibility-requirements.mdx @@ -58,7 +58,7 @@ HttpURLConnection, OkHttp2 (except versions 2.0 and 2.4), OkHttp (versions 2.8, **Android agent version 7.0.0 or higher** requires: * Android Studio Flamingo -* Gradle 7.1 +* Gradle 7.2 * Android Gradle plugin 7.0.0 * DexGuard 9.0 and higher diff --git a/src/content/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-10-5-0.mdx b/src/content/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-10-5-0.mdx new file mode 100644 index 00000000000..d31a05135ab --- /dev/null +++ b/src/content/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-10-5-0.mdx @@ -0,0 +1,28 @@ +--- +subject: Node.js agent +releaseDate: '2023-07-20' +version: 10.5.0 +downloadLink: 'https://www.npmjs.com/package/newrelic' +security: [] +bugs: ["prevent ESM loader from loading instrumentation multiple times"] +features: ["enabled code_level_metrics by default"] +--- + +## Notes + +#### Features + +* enabled code_level_metrics by default ([#1723](https://github.com/newrelic/node-newrelic/pull/1723)) ([0b96de3](https://github.com/newrelic/node-newrelic/commit/0b96de3fbf8db7be7d3673e29bab706d1d67de42)) + +#### Bug Fixes + +* prevent ESM loader from loading instrumentation multiple times ([#1729](https://github.com/newrelic/node-newrelic/pull/1729)) ([962d172](https://github.com/newrelic/node-newrelic/commit/962d172aa5a9496041fe40e73ab8d183db94bae7)) + +#### Miscellaneous Chores + +* **deps-dev:** bump word-wrap from 1.2.3 to 1.2.4 ([#1730](https://github.com/newrelic/node-newrelic/pull/1730)) ([500a69e](https://github.com/newrelic/node-newrelic/commit/500a69e6c9e94e4073805630e6d380f349d91689)) + + +### Support statement: + +* New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach [end-of-life](/docs/using-new-relic/cross-product-functions/install-configure/notification-changes-new-relic-saas-features-distributed-software). \ No newline at end of file diff --git a/src/content/docs/style-guide/writing-docs/writer-workflow/onramps-style-guide.mdx b/src/content/docs/style-guide/writing-docs/writer-workflow/onramps-style-guide.mdx index 78d4e551509..afb3e29e1ce 100644 --- a/src/content/docs/style-guide/writing-docs/writer-workflow/onramps-style-guide.mdx +++ b/src/content/docs/style-guide/writing-docs/writer-workflow/onramps-style-guide.mdx @@ -27,14 +27,14 @@ Our in-product help content provides users with the tools they need to understan Great onramps content should: -* **Be clear and concise.** Contextual help should be clear and concise. Avoid using jargon or technical terms that users may not understand. +* **Be clear and concise.** Avoid using jargon or technical terms that users may not understand. * **Be written in second-person point of view to address the reader.** Address the user as `you`, such as `We couldn't find your data.` -* **Answer the `why` and `how` questions.** For example, a user might ask themselves, `Why is this important to me?` or "How do I use this information to improve my app performance?` Write content to help answer these questions, to understand the larger context of their application. For example, a user can learn about how APM and logs relate to each other, or how APM and infrastructure relate to each other. -* **Provide additional context to clarify ambiguous or confusing areas in the product.** For example, if there is something that is not clearly defined in the UI, we can provide additional information to help users understand it. +* **Answer the `why` and `how` questions.** For example, a user might ask themselves, `Why is this important?` or `How can this information help improve an app's performance?` Write content to help users answer these questions to understand the larger context of their application. For example, a user can learn about how APM and logs relate to each other, or how APM and infrastructure relate to each other. +* **Provide additional context to clarify ambiguous or confusing areas in the product.** For example, something is not clearly defined in the UI, we can provide additional information to help users understand it. NOTE: this should be a rare edge case. The better solution when something isn't clear in the UI is to work with the team that owns it, their Product Designer, and the Content Design team to improve the UI. * **Help users get more out of New Relic.** Help users get the most out of New Relic. When users are able to use New Relic effectively, they are more likely to continue using our product and recommend us to others. Include information that helps users: * Understand what a feature is used for, and the benefits of the feature beyond the existing heading or other content. * Perform specific tasks. - * Understand what to do next. Are there recommended follow-on actions? For example, the Apdex troubleshooting onramp provides a nice example for this. It tells users to `Compare the Apdex chart with other charts (like Web transaction time and Error rate) to look for the causes for the Apdex change.` + * Understand what to do next. Are there recommended follow-on actions? For example, the Apdex troubleshooting onramp provides a nice example of this. It tells users to `Compare the Apdex chart with other charts (like web transaction time and error rate) to look for the causes for the Apdex change.`
- Not every section of the UI requires an onramp. Use them primarily at a high level on the page. If the design calls for an onramp in a spot where you don't have much to say, then talk to the designer and/or PM for the section about modifying the design or removing the onramp. + Not every section of the UI requires an onramp. Use them primarily at a high level on the page. If the design calls for an onramp in a spot where you don't have much to say, then talk to the designer (Product and Content) and PM for the section about modifying the design or removing the onramp. - If the onramps content isn't in the main place where the feature is (for example, onramps content for the **Service levels** tile is on the **APM Summary** page), avoiding adding too much detail. + If the onramps content isn't in the main place where the feature is (for example, onramps content for the **Service levels** tile is on the **APM Summary** page), avoid adding too much detail. | |
- Headers can be any format, as long as they're short/succinct. For example, you can use an FAQ format where the headers are in question format. Here's the **Issues** tile onramp with titles formatted into questions. + Headers can be any format, as long as they're short/succinct. For example, you can use an FAQ format where the headers are in question format. Just make sure to avoid using first-person pronouns; use "you/your" for users. Here's the **Issues** tile onramp with titles formatted into questions. | - It's okay to add a link to docs for more details on something, but ensure that you: + It's okay to add a link to docs for more details on something, just keep the following in mind: * Add a docs link if there's relevant information and it's too long to summarize/explain in onramps. - * The onramps content will persist after the user clicks on something, so add a docs link if it's relevant to where the user might go next (for example, if you click on the **Issues** tile and are taken to the **Issues** page, you'll still see the onramps popup on the same page, so you may want to learn how to configure issue thresholds on this page). + * The onramps content will persist after the user clicks on something, so add a docs link if it's relevant to where the user might go next (for example, if you click on the **Issues** tile and are taken to the **Issues** page, you'll still see the onramps popup on the same page, so you may want to learn how to configure issue thresholds on this page). NOTE: the only will be hidden if the link opens a stacked page. So make sure you know how any links you add will open. * Avoid making a link to docs the sole content of an onramp. - * When linking, use the established UI style for docs links. Only use `See our docs` for the link text. + * When linking, use the established UI style for docs links. Only use `See our docs` for the link text followed by the external link icon. - If you want to direct users to something relevant in the UI and need to add navigation instructions. For example, if a user clicks on the **Issues** tile and they want to get alerts for issues (which is on another UI page), you can provide instructions in two ways: - * (Preferred) Add a link directly to the UI page in reference (for example, "[Create an alert condition here](https://onenr.io/0kjnAlvY9Ro)). - * Add a link to the docs to get more info on something (for example, "To create an alert condition, see [Create your first alert](https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition/)."). + If you want to direct users to something relevant in the UI and need to add navigation instructions. For example, if a user clicks on the **Issues** tile and they want to get alerts for issues (which is on another UI page), add a link directly to the UI page in reference (for example, "[Create an alert condition](https://onenr.io/0kjnAlvY9Ro)). + |