diff --git a/includes/javascript-crons-upsert.mdx b/includes/javascript-crons-upsert.mdx index 8c3767bb335b9..c34f42e1790ad 100644 --- a/includes/javascript-crons-upsert.mdx +++ b/includes/javascript-crons-upsert.mdx @@ -149,6 +149,13 @@ The amount of time (in minutes) your job is allowed to run before it's considere The `tz` where your job is running. This is usually your server's timezone, (such as `America/Los_Angeles`). See [list of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Optional. + + +`node-cron` allows you to pass luxon timezones, but you have to convert them to an IANA timezone when using Sentry (for example, using `DateTime.local().zoneName`). + + + + `failureIssueThreshold`: _requires SDK version `8.7.0` or higher_