Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cea8014
Reorganize Synthetics template variables into split sections
git-thuerk-done Feb 5, 2026
fbe02b7
adding back traits
git-thuerk-done Feb 5, 2026
31ac8ae
adding back menu
git-thuerk-done Feb 5, 2026
02ed70e
fix menu
git-thuerk-done Feb 6, 2026
e52ae02
Merge branch 'master' into aliciathuerk/synthetics-template-variables…
git-thuerk-done Feb 11, 2026
4809f2f
add API content
git-thuerk-done Feb 11, 2026
91a5dd5
Remove template_variables.md
git-thuerk-done Feb 11, 2026
5937049
Reorganize synthetics template variables documentation
git-thuerk-done Feb 12, 2026
9a8c2d4
Convert API template variables tables to description lists and add sh…
git-thuerk-done Feb 12, 2026
d5ffc64
Remove unnecessary alias from API template variables
git-thuerk-done Feb 12, 2026
3a43237
Fix Hugo shortcode in API template variables page
git-thuerk-done Feb 13, 2026
37690d6
Merge branch 'master' into aliciathuerk/synthetics-template-variables…
git-thuerk-done Feb 19, 2026
32d22c1
Consolidate synthetics template variables dropdown from 8 options to 4
git-thuerk-done Feb 19, 2026
d63d36a
Rename variables dropdown option to Local & Global
git-thuerk-done Feb 19, 2026
620b340
Reorganize synthetics template variables: consolidate dropdown option…
git-thuerk-done Feb 20, 2026
f3687d8
Add warnings variable to Browser and Mobile step execution details
git-thuerk-done Feb 20, 2026
071515d
Expand API template variables: add missing protocol fields, tabs, and…
git-thuerk-done Feb 20, 2026
9ef12da
Clean up Step details section and add Recovery notification note to e…
git-thuerk-done Feb 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7904,8 +7904,13 @@ menu:
- name: Template Variables
url: synthetics/notifications/template_variables
parent: synthetics_notifications
identifier: synthetics_notifications_template_variables
identifier: synthetics_notifications_template_variables_cdocs
weight: 1001
- name: API Template Variables
url: synthetics/notifications/api_template_variables
parent: synthetics_notifications_template_variables_cdocs
identifier: synthetics_notifications_template_variables_api_cdocs
weight: 100101
- name: Conditional Alerting
url: synthetics/notifications/conditional_alerting
parent: synthetics_notifications
Expand Down
2 changes: 2 additions & 0 deletions content/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/en/session_replay/mobile/privacy_options.md
/en/session_replay/mobile/setup_and_configuration.md
/en/tracing/trace_collection/custom_instrumentation/server-side/_index.md
/en/synthetics/notifications/api_template_variables.md
/en/synthetics/notifications/template_variables.md
/en/error_tracking/error_grouping.md
/en/logs/error_tracking/error_grouping.md
/en/real_user_monitoring/error_tracking/error_grouping.md
Expand Down
Loading
Loading