Skip to content

Commit

Permalink
Update docs/platforms/javascript/guides/react/features/component-trac…
Browse files Browse the repository at this point in the history
…king.mdx

Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
0Calories and lizokm authored Feb 12, 2024
1 parent e795064 commit 0b43893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function MyAwesomeComponent() {
}
```

After your bundler applies the plugin and builds your project, the resulting DOM node would look like this:
After your bundler applied the plugin and built your project, the resulting DOM node would look like this:

```html
<div data-sentry-component="MyAwesomeComponent" data-sentry-source-file="myAwesomeComponent.jsx">This is a really cool and awesome component!</div>
Expand Down

0 comments on commit 0b43893

Please sign in to comment.