Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daily-release/Jul-21-2023-5_38 #13967

Merged
merged 27 commits into from
Jul 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
06e8489
fix(imgs): updated images
nwhite222 Jun 29, 2023
f698699
Update browser_screenshot-full_page-url-view.webp
nwhite222 Jun 29, 2023
d0228ef
chore(nav): update nav for tutorials
bradleycamacho Jul 18, 2023
2181c4e
fix(nav): rearranging NR app docs and alert tutorial
bradleycamacho Jul 19, 2023
c017c7d
Update browser-tab.mdx
meda123 Jul 19, 2023
27f63ca
Update browser-tab.mdx
homelessbirds Jul 19, 2023
ef7872d
Update browser-tab.mdx
homelessbirds Jul 19, 2023
07f2368
chore(auto-assign): Remove stumblefiend
austin-schaefer Jul 19, 2023
837e606
Update browser-tab.mdx
homelessbirds Jul 20, 2023
525f186
feat(nav): add tutorial links to capability categories and labels
bradleycamacho Jul 21, 2023
77d71f8
browser and title fixes
bradleycamacho Jul 21, 2023
e05ad50
feat(survey): add survey banner
bradleycamacho Jul 21, 2023
ace14f5
Update tutorial-create-alerts.yml
bradleycamacho Jul 21, 2023
5db8a52
Update root.yml
bradleycamacho Jul 21, 2023
5f8da13
fix(imgs): added blur, new view
nwhite222 Jul 21, 2023
7543e72
fix: Remove event query param for attribute dictionary link
clarkmcadoo Jul 21, 2023
ead9609
Update no-data-appears-java.mdx
kinseypdx Jul 21, 2023
56a7635
Update browser-tab.mdx
homelessbirds Jul 21, 2023
f1c5bdf
Merge pull request #13960 from newrelic/clark/update-AD-url
akristen Jul 21, 2023
2d4e957
Merge pull request #13961 from kinseypdx/patch-19
akristen Jul 21, 2023
ced128a
Merge pull request #13751 from newrelic/update-images
nwhite222 Jul 21, 2023
a92aa44
Merge pull request #13898 from newrelic/nav-demo-tutorials
bradleycamacho Jul 21, 2023
fd2ad9a
Merge pull request #13959 from newrelic/survey-banner-q2
bradleycamacho Jul 21, 2023
7ce4b37
Merge pull request #13926 from newrelic/austin-schaefer-patch-7
austin-schaefer Jul 21, 2023
d0603fb
fix(survey): change survey link
bradleycamacho Jul 21, 2023
2a4e486
Merge pull request #13923 from meda123/patch-48
homelessbirds Jul 21, 2023
85a7730
Merge pull request #13964 from newrelic/survey-edits
bradleycamacho Jul 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ reviewers:
- homelessbirds
- nbaenam
- a-sassman
- stumblefiend
- zuluecho9
- ally-sassman
- akristen
Expand Down
10 changes: 10 additions & 0 deletions src/announcements/docs-q2-survey.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
startDate: 2023-07-21
endDate: 2023-07-28
---

# Tell us how we're doing!

Got feedback? Let us know so we can make our content more relevant for users like you.

[Share your thoughts in our short, 3 minute survey.](https://docs.google.com/forms/d/e/1FAIpQLSfOXaw1-YKkDRMUoLSpmHEo1y2NJa9BSCbM47k3Hw9h9NZi3g/viewform?usp=sf_link)
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After sending a request to your web application, data should appear in the APM U

* If you see a `-javaagent` argument: The issue is either in agent startup, or the agent is unable to communicate through your firewall to [our collector's IP range](/docs/using-new-relic/cross-product-functions/install-configure/networks).
* If you don't see a `-javaagent` argument: The argument wasn't passsed to your JVM. Check your startup scripts or other resources to ensure there's nothing preventing it from being passed. For more info about how to pass the argument for your environment, see [Include the Java agent with a JVM argument](/docs/agents/java-agent/installation/include-java-agent-jvm-argument).
4. If niether solution works, keep reading.
4. If neither solution works, keep reading.
4. Verify that your `newrelic.jar` and `newrelic.yml` files are in the same [directory](/docs/agents/manage-apm-agents/troubleshooting/find-agent-root-directory#java-agent). If you have specified a non-default location for the config file using the `newrelic.config.file` system property, ensure that the config file does exist in that location and is correctly formatted.
5. [Generate `finest` level logs](/docs/agents/java-agent/troubleshooting/generating-logs-troubleshooting), and check the logs for errors. In the event no log file can be found, see [No log file (Java)](/docs/agents/java-agent/troubleshooting/no-log-file-java).
6. Check the application server logs for errors related to the New Relic Java agent. You can see the troubleshooting pages [Error bootstrapping Java agent](/docs/agents/java-agent/troubleshooting/error-bootstrapping-new-relic-java-agent) and [Errors starting Java app server](/docs/agents/java-agent/troubleshooting/errors-starting-java-app-server) for examples of observable errors in application server logs that prevent the java agent data from reporting.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ After you create a marker using GraphQL, you can use NRQL in the [query builder]
Try these examples or create your own queries:

<Callout variant="tip">
For details about the data structure and attribute definitions, see our [data dictionary](/attribute-dictionary/?dataSource=Change+tracking&event=Deployments).
For details about the data structure and attribute definitions, see our [data dictionary](/attribute-dictionary/?dataSource=Change+tracking).
</Callout>

<CollapserGroup>
Expand Down
7 changes: 5 additions & 2 deletions src/content/docs/errors-inbox/browser-tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ Stack traces can show you where in the code an error is originating from to help

### Troubleshoot missing stack traces [#troubleshoot]

Some reasons why you may not see a stack trace for an error:
* If errors are not thrown, they will not produce a stack trace.
Here are some reasons you don't see a stack trace for an error:
* If errors are not thrown there won't be a stack trace.
- Example of a thrown errror that will NOT have a stack trace: throw `this is an error string`.
- Example of a thrown errror that will have a stack trace: throw new Error `this is an error string`.

* The Javascript is hosted on a CDN or another external location, and New Relic can't see the errors originating from those scripts. This can be solved in some cases by using cross-origin resource sharing (CORS).
* It is an AngularJS error. For more on this, see [Missing Angular errors](/docs/browser/new-relic-browser/troubleshooting/angularjs-errors-do-not-appear).
* The error is a `SyntaxError` or `Script error`: These occur while the script is loading, so they do not produce a stack trace.
Expand Down
Binary file modified src/images/accounts_screenshot-full_user-menu-location.webp
Binary file not shown.
Binary file modified src/images/browser_screenshot-full_filtered-web-vitals.webp
Binary file not shown.
Binary file modified src/images/browser_screenshot-full_page-url-view.webp
Binary file not shown.
Binary file not shown.
Binary file modified src/images/queries-nrql_screenshot-full_query-builder.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions src/nav/alerts-applied-intelligence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ path: /docs/alerts-applied-intelligence
pages:
- title: Introduction to alerts and applied intelligence
path: /docs/alerts-applied-intelligence/overview
- title: Create and manage alerts
label: Tutorial
path: /docs/tutorial-create-alerts/create-new-relic-alerts
- title: Alerting best practice guide
path: /docs/new-relic-solutions/best-practices-guides/alerts-applied-intelligence/alerts-best-practices
- title: Detect problems in your system
Expand Down
3 changes: 3 additions & 0 deletions src/nav/apm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ path: /docs/apm
pages:
- title: Get started with APM
path: /introduction-apm
- title: My app is slow
label: Tutorial
path: /docs/tutorial-app-slow/root-causes
- title: Guides
pages:
- title: Troubleshoot with the summary page
Expand Down
3 changes: 3 additions & 0 deletions src/nav/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ path: /docs/browser
pages:
- title: Get started with browser monitoring
path: /docs/browser/browser-monitoring/getting-started/introduction-browser-monitoring
- title: Improve your website's performance
label: Tutorial
path: /docs/tutorial-app-performance/instrument-your-site
- title: Guides
pages:
- title: Browser monitoring best practices
Expand Down
3 changes: 3 additions & 0 deletions src/nav/logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ path: /docs/logs
pages:
- title: Get started with log management
path: /docs/logs/get-started/get-started-log-management
- title: Manage large amounts of logs
label: Tutorial
path: /docs/tutorial-large-logs/get-started-managing-large-logs
- title: Logging best practices
path: /docs/logs/get-started/logging-best-practices
- title: Log management and security
Expand Down
6 changes: 3 additions & 3 deletions src/nav/new-relic-solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ pages:
path: /docs/new-relic-solutions/get-started/networks
- title: Supported browsers
path: /docs/new-relic-solutions/get-started/supported-browsers-new-relics-ui
- title: Build your own New Relic apps
path: /docs/new-relic-solutions/new-relic-one/build-custom-new-relic-one-application
- title: Transition guide for new platform UI
path: /docs/new-relic-solutions/new-relic-one/new-navigation-transition-guide
- title: New Relic mobile apps
Expand Down Expand Up @@ -183,10 +181,12 @@ pages:
path: /docs/more-integrations/terraform/terraform-modules
- title: Manage multiple environments
path: /docs/more-integrations/terraform/terragrunt
- title: Tutorials
- title: Build on New Relic UI
pages:
- title: New Relic CLI
path: /docs/new-relic-solutions/tutorials/new-relic-cli
- title: Build your own New Relic apps
path: /docs/new-relic-solutions/new-relic-one/build-custom-new-relic-one-application
- title: Create a "Hello, World!" app in New Relic
path: /docs/new-relic-solutions/tutorials/build-hello-world-app
- title: Build a New Relic app with React hooks
Expand Down
5 changes: 3 additions & 2 deletions src/nav/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ pages:
path: tutorial-app-slow
- title: Improve your website's performance
path: tutorial-app-performance
- title: Tutorials and guides
- title: Create and manage alerts
path: tutorial-create-alerts
- title: Manage large amounts of logs
path: tutorial-large-logs
- title: Prepare for peak demand
path: tutorial-peak-demand
- title: Migrate from Datadog
path: tutorial-dd-migration
- title: Create alerts
path: tutorial-create-alerts
- title: Guides and best practices
path: new-relic-solutions
- title: Monitor your data
Expand Down
4 changes: 2 additions & 2 deletions src/nav/tutorial-create-alerts.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
title: Creating alerts
title: Create and manage alerts
path: /docs/tutorial-create-alerts
pages:
- title: Getting started with New Relic alerts
path: /docs/tutorial-create-alerts/create-new-relic-alerts
- title: Create chart alerts
path: /docs/tutorial-create-alerts/create-an-alert
- title: Improve your stack with alerts
path: /docs/tutorial-create-alerts/improve-with-alerts
path: /docs/tutorial-create-alerts/improve-with-alerts
Loading