snowplow-golang-tracker icon indicating copy to clipboard operation
snowplow-golang-tracker copied to clipboard

Snowplow event tracker for Golang. Add analytics to your Go apps and servers

Results 7 snowplow-golang-tracker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running the tracker there are occasional panics thrown which cause the whole application to crash. These occur not in the Tracker itself but in the Emitter...

type:defect

This is a simple PR to test out GZIP compression on a tracker and can be used to validate whether or not it gives sufficient gains to be worth pursuing...

When there is an error with sending a POST/GET requests the tracker returns a status code of **-1**. This makes debugging harder when using containers without inspecting the logs. The...

The golang tests are treated as the same package as the actual tracker; it would be good to have a small integration package which treated the tracker as external to...

type:enhancement