You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite happy with Rollbar and its Go library, but we do miss the option to have rollbar.Log available to use with any client and not only the default one.
As it is right now we have to wrap rollbar's clients in our own struct that implements a copy of rollbar.Log to emulate the behaviour around requests and error attributes.
This a feature request.
Quite happy with Rollbar and its Go library, but we do miss the option to have
rollbar.Log
available to use with any client and not only the default one.As it is right now we have to wrap rollbar's clients in our own struct that implements a copy of
rollbar.Log
to emulate the behaviour around requests and error attributes.This would be ideal:
The text was updated successfully, but these errors were encountered: