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
Copy file name to clipboardExpand all lines: src/wizard/javascript/performance-onboarding/react/3.verify.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ span.finish(); // Remember that only finished spans will be sent with the transa
19
19
transaction.finish(); // Finishing the transaction will send it to Sentry
20
20
```
21
21
22
-
In addition, `@sentry/react` exports a `withProfiler` higher order component that can be used to capture Reactrelated spans for specific React components:
22
+
In addition, `@sentry/react` exports a `withProfiler` higher order component that can be used to capture React-related spans for specific React components:
0 commit comments