> Markdown version of https://www.getunleash.io//blog/unleash-5-3-playground-additions-flexible-webhooks-and-transparent-segments
> For clean Markdown of any blog post, append .md to its URL.
> For a site index, see https://www.getunleash.io//llms.txt.

# Unleash 5.3: Playground additions, flexible webhooks, and transparent segments

_Published 2023-07-28 by Michael Ferranti in Product._

Here comes Unleash 5.3! This month we’re focusing on flexibility, plus a quick update on telemetry data.

## Playground 2.0: Run multiple variables across multiple environments at once

A new version of our playground is live, and boy is it robust.

You can now select multiple variables across multiple environments, then run them all at the same time.

![Run multiple variables across multiple environments, at the same time.](https://cdn.getunleash.io/uploads/2023/07/playground-1.png)

You can also run multiple sets of context variables such as userIDs simultaneously.

![Run multiple sets of context variables, like userIDs, simultaneously.](https://cdn.getunleash.io/uploads/2023/07/playground-2.png)

An obvious use case for this is for debugging or testing. You’ll probably find a ton of other ways to take advantage of Unleash’s advanced playground.

Read more about our playground in our spectacular [documentation](https://docs.getunleash.io/reference/playground).

## Customize HTTP headers for webhooks

You can now pass any HTTP header that you want as part of our webhook add-on.

![Unleash webhooks now come with a ton more options.](https://cdn.getunleash.io/uploads/2023/07/Webhooks.png)

This means your webhooks are no longer limited by things that pass content-type and authorization. Really, you should be able to pass pretty much anything else you want through the **Extra HTTP Headers** field.

More on webhooks in our [documentation](https://docs.getunleash.io/integrate/webhook). It’s pretty thorough.

### Keep track of where you use your segments

This update is mostly quality of life: You can now see where a segment is being used.

![You can now keep track of where else a segment is being used.](https://cdn.getunleash.io/uploads/2023/07/transparent-segments.png)

This includes projects, flags, and context fields.

Read all about segments in our user-centric [documentation](https://docs.getunleash.io/reference/segments).

## Telemetry data update

Finally, a quick update to how we collect data. Don’t worry, privacy is still incredibly important to us, and we will not collect PII or user data.

We are curious as to how Unleash is being used across all our users. We’ve begun to look at the general data of things like the number of active feature flags in use, or the total number of projects in a system.

Your current data telemetry settings will remain unchanged. If you’ve already opted out, you’re still opted out.

Read more about the data Unleash collects–as well as how to manage your data collection settings–in our open [documentation](https://docs.getunleash.io/privacy-and-compliance/data-privacy#manage-data-collection-settings).
