File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/content/docs/workers/tutorials/automated-analytics-reporting Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11---
2- updated : 2024-11-01
2+ updated : 2024-11-20
33difficulty : Beginner
44content_type : 📝 Tutorial
55pcx_content_type : tutorial
@@ -96,8 +96,7 @@ yarn add mimetext
9696name = " account-analytics"
9797main = " src/index.js"
9898
99- # Set to the current date
100- compatibility_date = " <>"
99+ compatibility_date = " 2024-11-01"
101100compatibility_flags = [" nodejs_compat" ]
102101
103102# Set destination_address to the email address where you want to receive the report
@@ -129,9 +128,8 @@ EMAIL_SUBJECT = "Cloudflare Analytics Report"
129128
130129Before you continue, update the following:
131130
132- 1 . ` compatibility_date ` : Enter the current date.
133- 2 . ` destination_address ` : Enter the email address where you want to receive the analytics report.
134- 3 . ` [VARS] ` : Enter the environment variable values you want to use in your Worker.
131+ 1 . ` destination_address ` : Enter the email address where you want to receive the analytics report.
132+ 2 . ` [VARS] ` : Enter the environment variable values you want to use in your Worker.
135133
136134:::note[ IMPORTANT]
137135` destination_address ` and ` RECIPIENT_EMAIL ` ** must** contain [ Email Routing verified email] ( /email-routing/get-started/enable-email-routing/ ) address.
You can’t perform that action at this time.
0 commit comments