Skip to content

fynelabs/telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telemetry

A simple library for reporting data to the Fyne labs telemetry server.

Telemetry will track user sessions and aim to determine if it is the same user across new invocations of your app.

Usage

This is designed to be dropped into a Fyne app simply:

a := app.NewWithID("com.example.myapp")
t := telemetry.Init(a, "ACCESSCODE")

And then you can report telemetry events simply as:

t.Event("eventname")

Or report errors

t.Error(err)

The library will work out the stack trace for your error and upload that too!

About

A library for providing telemetry to Fyne apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages