You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`baseUri`| string |[uri](https://github.com/hapijs/joi/blob/master/API.md#stringurioptions) to be used as base for captured urls |
31
-
|`trackUser`| boolean | Whether or not to track the user via the per-request scope. Default: `true`|
32
-
|`scope.tags`| object | An array of tags to be sent with every event |
33
-
|`scope.tags.name`| string | The name of a tag |
34
-
|`scope.tags.value`| any | The value of a tag |
35
-
|`scope.extra`| object | An object of arbitrary format to be sent as extra data on every event |
36
-
|`client`| object |**required** A [@sentry/node](https://www.npmjs.com/package/@sentry/node) instance which was already initialized (using `Sentry.init`) OR an options object to be passed to an internally initialized [@sentry/node](https://www.npmjs.com/package/@sentry/node) (`client.dsn` is only required in the latter case) |
37
-
|`client.dsn`| string/false |**required** The Dsn used to connect to Sentry and identify the project. If false, the SDK will not send any data to Sentry. |
|`baseUri`| string |[uri](https://github.com/hapijs/joi/blob/master/API.md#stringurioptions) to be used as base for captured urls |
31
+
|`trackUser`| boolean | Whether or not to track the user via the per-request scope. Default: `true`|
32
+
|`scope.tags`| object | An array of tags to be sent with every event |
33
+
|`scope.tags.name`| string | The name of a tag |
34
+
|`scope.tags.value`| any | The value of a tag |
35
+
|`scope.extra`| object | An object of arbitrary format to be sent as extra data on every event |
36
+
|`client`| object |**required** A [@sentry/node](https://www.npmjs.com/package/@sentry/node) instance which was already initialized (using `Sentry.init`) OR an options object to be passed to an internally initialized [@sentry/node](https://www.npmjs.com/package/@sentry/node) (`client.dsn` is only required in the latter case) |
37
+
|`client.dsn`| string/false |**required** The Dsn used to connect to Sentry and identify the project. If false, the SDK will not send any data to Sentry. |
0 commit comments