Skip to content

Commit f3bce4c

Browse files
authored
Apply suggestions from code review
1 parent e733a48 commit f3bce4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/product/dev-toolbar/setup.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ If you have called `SentryToolbar.init({...})` to render the toolbar, but now wa
4949
</script>
5050
```
5151

52-
## Init Configuration Fields
52+
## Init Configuration Options
5353

54-
The following fields can be passed into the `.init()` function.
54+
The following options can be passed into the `.init()` function.
5555

56-
At minimum, you should be calling `.init()` with these three fields:
56+
At minimum, you should be calling `.init()` with these three options:
5757
```javascript
5858
window.SentryToolbar.init({
5959
organizationSlug: 'acme',
6060
projectIdOrSlug: 'website',
6161
environment: 'production'
6262
});
6363
```
64-
And you can include any additional fields from this list:
64+
And you can include any additional options from this list:
6565

66-
| Field Name | Type | Description | Default Value |
66+
| Option | Type | Description | Default Value |
6767
| ----- | ----- | ----- | ----- |
6868
| `organizationSlug` | `string` | The organization that users should login to. For example \'acme\' | *Required Value* |
6969
| `projectIdOrSlug` | `string \| number` | The project for which this website/webapp is associated. | *Required Value* |

0 commit comments

Comments
 (0)