rollbar-go icon indicating copy to clipboard operation
rollbar-go copied to clipboard

Go client for Rollbar

Results 17 rollbar-go issues
Sort by recently updated
recently updated
newest added

The library is initializing an AsyncClient , by assigning a default value to the std variable in rollbar.go Even if one would create his own client, a default client is...

## Description of the change > `Close()` of `AsyncTransport` closes internal channel, hence panic will happen in case of retry during queue drain. If this looks ok, will add tests....

The close operation for client (and transport as well) should take context argument to make it possible to interrupt the method if it takes to long to send/close everything.

## Description of the change > Please include a summary of the change and which issues are fixed. > Please also include relevant motivation and context. ## Type of change...

Hey folks, just an FYI that following the upgrade from v1.4.1 to v1.4.2 our Rollbar client's starting logging a 422 error resulting in error reporting failures.

## Description of the change The problem is that "SetFingerprint(v bool)" makes it seem like you are setting the fingerprint value for all items or something, which doesnt make sense....

We use Rollbar & FluentD a lot in our PHP services, but that is not supported in Golang. It'd be a very nice good-to-have

Add https://github.com/commitizen/cz-cli to repo's dependencies. Add config for commitizen to use https://www.npmjs.com/package/cz-conventional-changelog This will provide the `git cz` command which makes creating conventional-changelog commits easy This also needs we will...

Similar to rollbar.js logLevel

enhancement