this repo has no description
0
fork

Configure Feed

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

actually call the function

+2
+2
main.go
··· 43 43 ctx, cancel := context.WithCancel(context.Background()) 44 44 defer cancel() 45 45 46 + db() 47 + 46 48 bugsnagAPIKey := os.Getenv("BUGSNAG_API_KEY") 47 49 if bugsnagAPIKey != "" { 48 50 bugsnag.Configure(bugsnag.Configuration{