Skip to content

Commit b98fd4e

Browse files
committed
add historical context referencing specific versions
1 parent 73ed521 commit b98fd4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/configuration/alerts-reports.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ Screenshots will be taken but no messages actually sent as long as `ALERT_REPORT
3636
#### In your `Dockerfile`
3737

3838
You'll need to extend the Superset image to include a headless browser. Your options include:
39-
- Use Playwright with Chrome: this is the recommended approach. A working example of a Dockerfile that installs these tools is provided under “Building your own production Docker image” on the [Docker Builds](/docs/installation/docker-builds#building-your-own-production-docker-image) page. Read the code comments there as you'll also need to change a feature flag in your config.
39+
- Use Playwright with Chrome: this is the recommended approach as of version >=4.1.x. A working example of a Dockerfile that installs these tools is provided under “Building your own production Docker image” on the [Docker Builds](/docs/installation/docker-builds#building-your-own-production-docker-image) page. Read the code comments there as you'll also need to change a feature flag in your config.
4040
- Use Firefox: you'll need to install geckodriver and Firefox.
4141
- Use Chrome without Playwright: you'll need to install Chrome and set the value of `WEBDRIVER_TYPE` to `"chrome"` in your `superset_config.py`.
4242

43+
In Superset versions <=4.0x, users installed Firefox or Chrome and that was documented here.
44+
4345
Only the worker container needs the browser.
4446

4547
### Slack integration

0 commit comments

Comments
 (0)