8000 GitHub - martosaur/log_hog: PostHog Error Tracking for Elixir
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

martosaur/log_hog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogHog

PostHog Error Tracking for Elixir

PostHog Error Tracking is under active development, and so is this library. It works, but there is still a long way ahead of it.

Getting Started

Add LogHog to the deps:

def deps do
  [
    {:log_hog, "~> 0.3"}
  ]
end

Configure LogHog Application environment:

config :log_hog,
  public_url: "http
5675
s://us.i.posthog.com",
  api_key: "my_api_key"

Alternatively, you can attach LogHog.Handler yourself.

About

PostHog Error Tracking for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0