Skip to content

Instantly share code, notes, and snippets.

View ramanandfermat's full-sized avatar

ramanandfermat

View GitHub Profile
@ramanandfermat
ramanandfermat / session_recording_events_batch.json
Last active September 24, 2025 15:33
Session Recording Batch
This file has been truncated, but you can view the full file.
{
"batchId": "batch_f144035f-4294-40d4-bf8b-72dd9c0f4508",
"sessionId": "1ed55e00-fe72-4a52-aaca-610f7ea2da4b",
"visitorId": "fv_a18cf7f01565b5a3f6400f4a861c2df6",
"tileId": "78d88cd6-16e4-4ca9-aa81-c3cbcedb7ea4",
"orgId": "b1957fb2-445f-410d-b516-ddce4ebc27cb",
"startedAt": 1758727959293,
"events": [
{
"type": 4,
@ramanandfermat
ramanandfermat / simulate-bot-traffic.js
Created July 30, 2025 13:55
Simulating Bot Traffic
const puppeteer = require('puppeteer');
async function testDataDomeOnVercel() {
console.log('Testing DataDome on: https://hosted-tiles-ramanandfermat-fermat-shop.vercel.app');
const browser = await puppeteer.launch({
headless: false,
devtools: true,
args: [
'--no-sandbox',