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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ Next to that there are some configuration options under Stores > Configuration >
80
80
|`disable_default_integrations`|`[]`| Provide a list of FQCN of default integrations you do not want to use. [List of default integrations](https://github.com/getsentry/sentry-php/tree/master/src/Integration).|
81
81
|`cron_monitoring_enabled`|`false`| Wether to enable [cron check ins](https://docs.sentry.io/platforms/php/crons/#upserting-cron-monitors)|
82
82
|`track_crons`|`[]`| Cron handles of crons to track with cron monitoring, [Sentry only supports 6 check-ins per minute](https://docs.sentry.io/platforms/php/crons/#rate-limits) Magento does many more. |
83
+
|`spotlight`|`false`| Enable [Spotlight](https://spotlightjs.com/) on the page |
84
+
|`spotlight_url`| - | Override the [Sidecar url](https://spotlightjs.com/sidecar/)|
83
85
84
86
### Configuration for Adobe Cloud
85
87
Since Adobe Cloud doesn't allow you to add manually add content to the `env.php` file, the configuration can be done
0 commit comments