Skip to content

issues Search Results · repo:honeybadger-io/honeybadger-go language:Go

Filter by

18 results
 (59 ms)

18 results

inhoneybadger-io/honeybadger-go (press backspace or delete to remove)

What are the steps to reproduce this issue? honeybadger.Notice(MyErrorf( example )) honeybadger.BeforeNotify(func(notice *honeybadger.Notice) error { log.Printf( %T\n , notice.Error) // is a honeybadger.Error ...
bug
  • james-lawrence
  • 1
  • Opened 
    on Apr 8, 2024
  • #48

https://github.com/google-github-actions/release-please-action
  • subzero10
  • Opened 
    on Apr 2, 2022
  • #42

We need a way to filter sensitive data, like we do for Ruby and Elixir: https://docs.honeybadger.io/lib/ruby/getting-started/filtering-sensitive-data.html#disable-data-completely https://docs.honeybadger.io/lib/elixir.html#configuration ...
enhancement
help wanted
  • joshuap
  • Opened 
    on Jan 21, 2020
  • #41

As described in #33, our context implementation in honeybadger-go is a bit naive; because it s global, it is prone to collisions when multiple goroutines update it (which is especially common in server ...
help wanted
in progress
  • joshuap
  • 2
  • Opened 
    on Jul 3, 2018
  • #35

in progress
  • joshuap
  • Opened 
    on Jun 20, 2018
  • #32

Greetings, Looks like there is an issue with type hash map[string]interface{} used in type Context hash // Update applies the values in other Context to context. func (context Context) Update(other ...
  • evt
  • 5
  • Opened 
    on Feb 23, 2018
  • #31

This feature will add a boolean Synchronous config option. When true, calls to Notify() will skip the worker and call the backend directly. The return value should still be a string UUID. When false (default), ...
enhancement
  • joshuap
  • Opened 
    on Sep 14, 2017
  • #30

It would be nice to add a honeybadger.Recover() that would recover a panic, send the notification and let the app continue. This could be used in goroutines in a single run CLI app where we don t want ...
  • jgeiger
  • 2
  • Opened 
    on Aug 22, 2017
  • #28

If you put the honeybadger.Monitor() in your main func, the app will finish and exit before the error is sent to honeybadger. Is there something I m missing with this?
  • jgeiger
  • 1
  • Opened 
    on Aug 22, 2017
  • #27

The 0.2.0 tag doesn t follow semver standards (should be v0.2.0 instead of v.0.2.0), so as a result the dep (https://github.com/golang/dep) dependency management tool isn t picking up the latest version ...
  • jamietsao
  • 1
  • Opened 
    on Aug 2, 2017
  • #26
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub