Skip to content

Commit 4d28f3a

Browse files
dashedimatwawana
andcommitted
Update src/wizard/javascript/performance-onboarding/react/3.verify.md
Co-authored-by: Isabel <[email protected]>
1 parent 206e6ad commit 4d28f3a

File tree

1 file changed

+1
-1
lines changed
  • src/wizard/javascript/performance-onboarding/react

1 file changed

+1
-1
lines changed

src/wizard/javascript/performance-onboarding/react/3.verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ span.finish(); // Remember that only finished spans will be sent with the transa
1919
transaction.finish(); // Finishing the transaction will send it to Sentry
2020
```
2121

22-
In addition, `@sentry/react` exports a `withProfiler` higher order component that can be used to capture React related 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:
2323

2424
```javascript
2525
import * as Sentry from "@sentry/react";

0 commit comments

Comments
 (0)