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

feat: emit internal bb8 Pool errors to logs/sentry #792

Merged
merged 2 commits into from
Aug 21, 2020
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Aug 18, 2020

  • add a keepalive setting
  • fix: don't urldecode bso_ids from JSON
  • pass the user-agent to sentry as an extra

Closes #786
Closes #785
Closes #764
Closes #787

Description

Describe these changes.

Testing

How should reviewers test?

Issue(s)

Closes link.

- add a keepalive setting
- fix: don't urldecode bso_ids from JSON
- pass the user-agent to sentry as an extra

Closes #786
Closes #785
Closes #764
Closes #787
@pjenvey pjenvey requested a review from a team August 18, 2020 22:03
extra: HashMap::new(),
}
// `uri.path` causes too much cardinality for influx but keep it in
// extra for sentry
Copy link
Member

Choose a reason for hiding this comment

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

Kinda wonder if we should add a comment to the Tags struct to note that extra is ONLY used by sentry. That or change it to be something like sentry_tags

@pjenvey pjenvey merged commit 497198f into master Aug 21, 2020
@pjenvey pjenvey deleted the feat/786 branch August 21, 2020 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants