mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-28 23:17:04 +00:00
🔨 Add sentryEnabled
helm value
This commit is contained in:
parent
f155e4f1b7
commit
83d14be448
@ -108,6 +108,7 @@ type ConfigStruct struct {
|
|||||||
License string `yaml:"license" json:"license" default:""`
|
License string `yaml:"license" json:"license" default:""`
|
||||||
CloudLicenseEnabled bool `yaml:"cloudLicenseEnabled" json:"cloudLicenseEnabled" default:"true"`
|
CloudLicenseEnabled bool `yaml:"cloudLicenseEnabled" json:"cloudLicenseEnabled" default:"true"`
|
||||||
SupportChatEnabled bool `yaml:"supportChatEnabled" json:"supportChatEnabled" default:"true"`
|
SupportChatEnabled bool `yaml:"supportChatEnabled" json:"supportChatEnabled" default:"true"`
|
||||||
|
SentryEnabled bool `yaml:"sentryEnabled" json:"sentryEnabled" default:"true"`
|
||||||
InternetConnectivity bool `yaml:"internetConnectivity" json:"internetConnectivity" default:"true"`
|
InternetConnectivity bool `yaml:"internetConnectivity" json:"internetConnectivity" default:"true"`
|
||||||
DissectorsUpdatingEnabled bool `yaml:"dissectorsUpdatingEnabled" json:"dissectorsUpdatingEnabled" default:"true"`
|
DissectorsUpdatingEnabled bool `yaml:"dissectorsUpdatingEnabled" json:"dissectorsUpdatingEnabled" default:"true"`
|
||||||
Scripting configStructs.ScriptingConfig `yaml:"scripting" json:"scripting"`
|
Scripting configStructs.ScriptingConfig `yaml:"scripting" json:"scripting"`
|
||||||
|
@ -187,6 +187,7 @@ Please refer to [metrics](./metrics.md) documentation for details.
|
|||||||
| `scripting.watchScripts` | Enable watch mode for the scripts in source directory | `true` |
|
| `scripting.watchScripts` | Enable watch mode for the scripts in source directory | `true` |
|
||||||
| `timezone` | IANA time zone applied to time shown in the front-end | `""` (local time zone applies) |
|
| `timezone` | IANA time zone applied to time shown in the front-end | `""` (local time zone applies) |
|
||||||
| `supportChatEnabled` | Enable real-time support chat channel based on Intercom | `true` |
|
| `supportChatEnabled` | Enable real-time support chat channel based on Intercom | `true` |
|
||||||
|
| `sentryEnabled` | Enable real-time error tracking - helps our team analyze Kubeshark errors | `true` |
|
||||||
| `internetConnectivity` | Turns off API requests that are dependant on Internet connectivity such as `telemetry` and `online-support`. | `true` |
|
| `internetConnectivity` | Turns off API requests that are dependant on Internet connectivity such as `telemetry` and `online-support`. | `true` |
|
||||||
| `dissectorsUpdatingEnabled` | Turns off UI for enabling/disabling dissectors | `true` |
|
| `dissectorsUpdatingEnabled` | Turns off UI for enabling/disabling dissectors | `true` |
|
||||||
|
|
||||||
|
@ -151,6 +151,7 @@ headless: false
|
|||||||
license: ""
|
license: ""
|
||||||
cloudLicenseEnabled: true
|
cloudLicenseEnabled: true
|
||||||
supportChatEnabled: true
|
supportChatEnabled: true
|
||||||
|
sentryEnabled: false
|
||||||
internetConnectivity: true
|
internetConnectivity: true
|
||||||
dissectorsUpdatingEnabled: true
|
dissectorsUpdatingEnabled: true
|
||||||
scripting:
|
scripting:
|
||||||
|
Loading…
Reference in New Issue
Block a user