---
title: Gain visibility into user actions in Zero Trust Browser Isolation sessions
description: User action logs for Remote Browser Isolation
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Gain visibility into user actions in Zero Trust Browser Isolation sessions

Mar 04, 2025 

[ Browser Isolation ](https://developers.cloudflare.com/cloudflare-one/remote-browser-isolation/) 

We're excited to announce that new logging capabilities for [Remote Browser Isolation (RBI)](https://developers.cloudflare.com/cloudflare-one/remote-browser-isolation/) through [Logpush](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/) are available in Beta starting today!

With these enhanced logs, administrators can gain visibility into end user behavior in the remote browser and track blocked data extraction attempts, along with the websites that triggered them, in an isolated session.

```
{  "AccountID": "$ACCOUNT_ID",  "Decision": "block",  "DomainName": "www.example.com",  "Timestamp": "2025-02-27T23:15:06Z",  "Type": "copy",  "UserID": "$USER_ID"}
```

User Actions available:

* **Copy & Paste**
* **Downloads & Uploads**
* **Printing**

Learn more about how to get started with Logpush in our [documentation](https://developers.cloudflare.com/logs/logpush/).

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://developers.cloudflare.com/changelog/post/2025-03-03-user-action-logging/#page","headline":"Gain visibility into user actions in Zero Trust Browser Isolation sessions · Changelog","description":"User action logs for Remote Browser Isolation","url":"https://developers.cloudflare.com/changelog/post/2025-03-03-user-action-logging/","inLanguage":"en","image":"https://developers.cloudflare.com/changelog-preview.png","dateModified":"2025-03-04","datePublished":"2025-03-04","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
