pjhul / useragentplugin

A plugin for Posthog to allow to enhance events with user agent details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Agent Plugin

Enhances events to include the browser details when the event has a property $useragent which allows off loading retrieving/parsing user agent strings at event ingest.

It's used to easily pass the User-Agent HTTP header from incoming requests and let this plugin handle parsing it.

Installation

  1. Visit 'Project Plugins' under 'Settings'
  2. Enable plugins if you haven't already done so
  3. Click the 'Available' tab next to 'Installed'
  4. Click 'Install' on this plugin

About

A plugin for Posthog to allow to enhance events with user agent details

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%