We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I open up one of my projects on airbrake.io I get the following warning banner:
Your project is using an outdated notifier library. Please update to the current version to get new features like Performance Monitoring
But checking my go.mod the project depends on v5.6.1
github.com/airbrake/gobrake/v5 v5.6.1
and from unrelated error output from gobrake I can confirm this:
Apr 04 13:42:31 borg2-clone JuiceAPI[27197]: gobrake: 2023/04/04 13:42:31 remote_config.go:71: fetchConfig failed for https://notifier-configs.airbrake.io/2020-06-18/config/361510/config.json. Reason: Get "https://notifier-configs.airbrake.io/2020-06-18/config/361510/config.json?language=go1.20.2¬ifier_name=gobrake¬ifier_version=5.6.1&os=linux": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I open up one of my projects on airbrake.io I get the following warning banner:
But checking my go.mod the project depends on v5.6.1
and from unrelated error output from gobrake I can confirm this:
The text was updated successfully, but these errors were encountered: