Skip to content

added the function to disable default client#102

Merged
pawelsz-rb merged 1 commit into
masterfrom
pawel/closing_default_client
Sep 27, 2022
Merged

added the function to disable default client#102
pawelsz-rb merged 1 commit into
masterfrom
pawel/closing_default_client

Conversation

@pawelsz-rb

@pawelsz-rb pawelsz-rb commented Sep 22, 2022

Copy link
Copy Markdown
Collaborator

Description of the change

Disable the global default client by 2 ways:

  1. set the client to nil (hard disable)
  2. close the channel and set config enabled to false (soft disable)

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Maintenance
  • New release

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers assigned
  • Issue from task tracker has a link to this pull request
  • Changes have been reviewed by at least one other engineer

@pawelsz-rb pawelsz-rb requested a review from nieblara September 22, 2022 07:57

@ijsnow ijsnow left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!


func TestDisableDefaultClient(t *testing.T) {
defer func() {
std = NewAsync("", "development", "", hostname, "")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might make sense to make a newDefaultClient function that returns this since this line is equivalent to one in rollbar.go

@pawelsz-rb pawelsz-rb merged commit ed38c7c into master Sep 27, 2022
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.

Prevent rollbar-go to start a Client by default

2 participants