|
| 1 | +| Concept | Description | Required | SDK | Implemented | |
| 2 | +-------------------------------------------------------------------------------------------------------------------------------------- |
| 3 | +| dsn | Sets the DSN. Empty string implies no client config | yes | all | YES | |
| 4 | +| release | Sets the release name for all events | yes | all | YES | |
| 5 | +| environment | Sets the environment name for all events | yes | all | YES | |
| 6 | +| repos | Configures the repository spec for events | yes | all | YES | |
| 7 | +| dist | Sets the distribution for all events | yes | all | YES | |
| 8 | +| server_name | Sets an optional server name (device name) | no | node | YES | |
| 9 | +| attach_stacktrace | Attaches stacktraces to pure capture message / log integrations | no | all | NO | |
| 10 | +| ignore_errors | A list of filters for errors not to send | yes | all | KINDA | |
| 11 | +| max_breadcrumbs | Maximum number of breadcrumbs to record (0 = disable) | yes | all | YES | |
| 12 | +| sample_rate | A global sample rate to apply to all events (0 - 1) | yes | all | YES | |
| 13 | +| enabled | A flag to force disable a client | yes | browser | YES | |
| 14 | +| http_proxy | Sets the http proxy to use | yes | node | NO | |
| 15 | +| https_proxy | Sets the https proxy to use | yes | node | NO | |
| 16 | +| whitelist_urls | A list of URLs that are permitted to send events (glob) | no | browser | KINDA | |
| 17 | +| blacklist_urls | A list of URLs that are rejected from sending events (glob) | no | browser | KINDA | |
| 18 | +| debug | Enable debug functionality in the SDK itself | no | all | YES | |
| 19 | +| transport | Make it possible to hook the sending of events (http request level) | no | all | YES | |
| 20 | +| integrations | A list of integrations to enable when passed to init() with default options | no | all | YES | |
| 21 | +| send_default_pii | Enable or disable automatic sending of user data (opt in, default is false) | yes | all | NO | |
| 22 | +-------------------------------------------------------------------------------------------------------------------------------------- |
0 commit comments