File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
5858window .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* |
You can’t perform that action at this time.
0 commit comments