We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318350 commit b08049dCopy full SHA for b08049d
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
- [react] feat: Add @sentry/react package (#2631)
7
- [react] feat: Add Error Boundary component (#2647)
8
+- [react] feat: Add useProfiler hook (#2659)
9
10
## 5.17.0
11
packages/react/src/profiler.tsx
@@ -113,7 +113,7 @@ function withProfiler<P extends object>(WrappedComponent: React.ComponentType<P>
113
114
/**
115
*
116
- * useProfiler is React hook that profiles a React component.
+ * `useProfiler` is a React hook that profiles a React component.
117
118
* Requires React 16.8 or above.
119
* @param name displayName of component being profiled
0 commit comments