Skip to content

Commit 68cb513

Browse files
authored
Apply suggestions from code review
1 parent 15daccb commit 68cb513

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/errors-inbox/group-request-errors.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Resolved errors include a banner containing details on the user who resolved the
9999

100100
### Profiles [#error-profiles]
101101

102-
When looking at a specific error, the profiles section provides visual details about significant differences in the frequency of different values for HTTP error events. For each attribute, the error profile includes:
102+
When you look at a specific error,, the profiles section provides visual details about significant differences in the frequency of different values for HTTP error events. For each attribute, the error profile includes:
103103
* A heatmap showing how the error's attribute is distributed for values that deviate the most
104104
* A label comparing the error attribute's distribution to that of other errors
105105

@@ -118,7 +118,7 @@ When looking at a specific error, the profiles section provides visual details a
118118

119119
### Triage [#triage-errors]
120120

121-
When looking at a specific error, the triage section associates the specific error occurrence you are viewing with its [system-created error group](/docs/errors-inbox/errors-inbox/#groups). These system-created error groups are identified by a unique fingerprint. It is this unique fingerprint that allows you to triage error groups by status updates or assignments.
121+
When you look at a specific error, the triage section associates the specific error occurrence you are viewing with its [system-created error group](/docs/errors-inbox/errors-inbox/#groups). These system-created error groups are identified by a unique fingerprint. It is this unique fingerprint that allows you to triage error groups by status updates or assignments.
122122

123123
For more info on how error groups are created, see [How error groups work](/docs/errors-inbox/errors-inbox/#how-groups-work), and to learn more about status and assignments, see [Error tracking](/docs/errors-inbox/errors-inbox/#assign).
124124

@@ -135,7 +135,7 @@ For more info on how error groups are created, see [How error groups work](/docs
135135

136136
### Distributed trace [#distributed-trace]
137137

138-
When looking at a specific error, the distributed trace section tracks and observes your requests as they flow through your application, traversing various services to reach completion. By visualizing the entire request path across different services, you can rapidly identify failures or performance bottlenecks.
138+
When you look at a specific error, the distributed trace section tracks and observes your requests as they flow through your application, traversing various services to reach completion. By visualizing the entire request path across different services, you can rapidly identify failures or performance bottlenecks.
139139

140140
To learn more about how distributed tracing works, see [Track requests across your microservices](/docs/distributed-tracing/concepts/introduction-distributed-tracing/).
141141

@@ -169,7 +169,7 @@ We capture the response body for requests whenever available, displaying it on t
169169

170170
### Event trail [#event-trail]
171171

172-
The event trail provides a chronological log of all events leading up to the request error, which helps with root cause analysis. These can be events New Relic monitors by default, or custom events. The event trail is sorted chronologically, beginning with the oldest event, which is typically the app launch, but you can modify the following:
172+
When you look at a specific error, the event trail provides a chronological log of all events leading up to the request error, which helps with root cause analysis. These can be events New Relic monitors by default, or custom events. The event trail is sorted chronologically, beginning with the oldest event, which is typically the app launch, but you can modify the following:
173173

174174
* Sort: Toggle between ascending and descending order
175175
* Event filtering: Filter by event type, like `app launch`, `request`, `request error`, or `user actions`.
@@ -199,7 +199,7 @@ To fully leverage our crash analysis tools, make sure to:
199199

200200
### Attributes [#attributes]
201201

202-
Each request error sample includes a comprehensive set of attributes that provide detailed information about the request, response, and the specific parameters that triggered the error. These attributes offer valuable insights into the error's context and help in understanding the root cause.
202+
When you look at a specific error, each request error sample includes a comprehensive set of attributes that provide detailed information about the request, response, and the specific parameters that triggered the error. These attributes offer valuable insights into the error's context and help in understanding the root cause.
203203

204204
<img
205205
title="Request errors attributes"

0 commit comments

Comments
 (0)