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

How to notify from behind a proxy #260

Open
nic-lan opened this issue Mar 27, 2023 · 0 comments
Open

How to notify from behind a proxy #260

nic-lan opened this issue Mar 27, 2023 · 0 comments

Comments

@nic-lan
Copy link

nic-lan commented Mar 27, 2023

Hi,

I write because I am struggling in finding documentation and/or the code about how to configure the Notifier for when the code needs to send from behind a proxy.

For example I know in ruby I could do that as described at https://github.com/airbrake/airbrake-ruby#proxy

Airbrake.configure do |c|
  c.proxy = {
    host: 'proxy.example.com',
    port: 4038,
    user: 'john-doe',
    password: 'p4ssw0rd'
  }
end

But how can I achieve the same with pybrake ?
Can anybody provide some help ?

@nic-lan nic-lan changed the title How to notify behind a proxy How to notify from behind a proxy Mar 27, 2023
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

No branches or pull requests

1 participant