Skip to content

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.19:

Questions ?

Please refer to the Backport tool documentation

…ic#228696)

## Summary

Needed to add $ before e.g template ${url} so that it gets escaped
during heartbeat vars parsing.

### Before being passed to heartbeat

```
step("blame me",async () =>{
    const url = "https://www.google.com";
    await page.goto(`${url}`);
})
```

### After being passed to heartbeat

```
        step("bname me",async () =>{
            const url = "https://www.google.com";
            await page.goto(`$${url}`);
        })
```

You can take a look at inspect config flyout in monitor form

<img width="1728" height="879" alt="image"
src="https://github.com/user-attachments/assets/0078ff6d-c581-45db-b87e-384b96d52076"
/>

---------

Co-authored-by: Copilot <[email protected]>
(cherry picked from commit 3102200)
@kibanamachine kibanamachine enabled auto-merge (squash) July 21, 2025 12:48
@botelastic botelastic bot added the Team:obs-ux-management Observability Management User Experience Team label Jul 21, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@kibanamachine kibanamachine merged commit 19f3b70 into elastic:8.19 Jul 22, 2025
8 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @shahzad31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:obs-ux-management Observability Management User Experience Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants