this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bugsnag hack

+4
+4
main.go
··· 8 8 "os" 9 9 "os/signal" 10 10 "syscall" 11 + "time" 11 12 12 13 "github.com/avast/retry-go/v4" 13 14 "github.com/bugsnag/bugsnag-go/v2" ··· 61 62 }() 62 63 63 64 server.Run() 65 + 66 + // give time for bugsnags to be sent 67 + time.Sleep(time.Second) 64 68 } 65 69 66 70 func consumeLoop(ctx context.Context, jsServerAddr string, feeder *FeedGenerator) {