Get notifications and track your project events. This package is maintained by the salfati.group and @elonsalfati
go get -u github.com/salfatigroup/gologsnagimport "github.com/salfatigroup/gologsnag"logsnag := gologsnag.NewLogSnag("7f568d735724351757637b1dbf108e5", "my-saas")logsnag.Publish(
context.Background(),
&gologsnag.PublishOptions{
Channel: "waitlist",
Event: "User Joined",
Description: "Email: john@doe.com",
Icon: "🎉",
Tags: &gologsnag.Tags{
"email": "john@doe.com",
"user-id": "uid-12",
},
Notify: true,
},
)