Skip to content

Commit 41013fb

Browse files
committed
create a sub-heading for react-hook options
1 parent d972bef commit 41013fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/product/sentry-toolbar/setup.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The complete list of options is here:
9898
| `debug (optional)` | `string \| undefined` | A comma separated string of debug targets to enable. Example: `'logging,state'`. If the list contains 'all' or 'true' then all targets will be enabled. Valid targets: `'logging' 'login-success' 'settings' 'state'` | `undefined` |
9999
| `mountPoint (optional)` | `HTMLElement \| () => HTMLElement \| undefined` | Where to mount the Toolbar in the DOM. | `document.body` |
100100

101+
### Extra Reack Hook Options
101102

102103
The React hook supports some other top-level options. The defaults values are:
103104

0 commit comments

Comments
 (0)