Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fork of rollbar-go that allows transport mocking #526

Closed
wants to merge 1 commit into from

Conversation

DominicLavery
Copy link
Contributor

The latest version of rollbar-go prevents an interface, Transport, from being mocked by introducing an unexported func into it. This is causing some issues testing services that use ex.

This fork simply exposes the function.

We can revert to the upstream when this issue is fixed

@DominicLavery DominicLavery requested a review from a team as a code owner March 1, 2023 11:40
@pete-woods
Copy link
Contributor

I do think the fork should live within the circle or circle-public orgs. We shouldn't have code going into production from a personal GH org.

@bjohnso5
Copy link
Contributor

bjohnso5 commented Mar 1, 2023

like https://cs.github.com/circleci/vm-service/blob/72fd149ae12a6437cda1c10ab736f1bef338021d/vm-service/project.clj#L33 😁

@brentmmarks brentmmarks deleted the use-rollbar-fork branch August 2, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants