push
github
104 of 124 new or added lines in 4 files covered. (83.87%)
11 existing lines in 3 files now uncovered.5495 of 6940 relevant lines covered (79.18%)
6984.78 hits per line
1 |
package telemetry
|
|
2 |
|
|
3 |
type Config struct { |
|
4 |
Token string
|
|
5 |
Endpoint string
|
|
6 |
} |
|
7 |
|
|
NEW
|
func NewConfig() *Config {
|
× |
NEW
|
return &Config{
|
× |
NEW
|
Token: "phc_fc9VFWdFAAm5gSlCodHq93iaxxnTTKbjOwsWgAS1FMP",
|
× |
NEW
|
Endpoint: "https://app.posthog.com",
|
× |
NEW
|
} |
× |
NEW
|
} |
× |