You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide covers the full getting started pocess for the React SDK and assumes you want to utilize Error Monitoring, Logs, Tracing and Spans, and Replays. For the basic quickstart, the [React Quickstart](/platforms/javascript/guides/react/) guide is a better starting point.
[Structured logging](/platforms/javascript/guides/react/logs/) lets users send text-based log information from their applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
147
153
@@ -171,7 +177,7 @@ logger.warn(logger.fmt`Rate limit exceeded for user: ${userId}`);
171
177
172
178
<Break />
173
179
174
-
## Step 5: Customizing Replays
180
+
## (Optional) Customizing Replays
175
181
176
182
[Replays](/product/explore/session-replay/web/getting-started/) allow you to see video-like reproductions of user sessions.
177
183
@@ -205,7 +211,7 @@ Sentry.init({
205
211
206
212
207
213
208
-
## Step 6: Custom Traces with Attributes
214
+
## (Optional) Custom Traces with Attributes
209
215
210
216
[Tracing](/platforms/javascript/guides/react/tracing/) allows you to monitor interactions between multiple services or applications. Create custom spans to measure specific operations and add meaningful attributes. This helps you understand performance bottlenecks and debug issues with detailed context.
At this point, you should have integrated Sentry into your React application and should already be sending error and performance data to your Sentry project.
0 commit comments