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

Adds feature_reports and function decorators #70

Merged
merged 3 commits into from
Jun 6, 2021

Conversation

zomglings
Copy link
Member

  • feature_report can be used to analyze user engagement with different features in a product. It has parameters that support A/B testing.
  • record_call and record_errors are function/method decorators which publish reports every time a callable is called and raises an exception respectively.

Resolves #67

zomglings added 3 commits June 6, 2021 13:05
- `record_call` is a decorator which publishes a report every time a
  callable is called (along with its arguments)
- `record_exception` is a decorator which publishes a report every time
  a callable raises an exception
@zomglings zomglings merged commit 928dc34 into bugout-dev:main Jun 6, 2021
@zomglings zomglings deleted the python-call-reports branch June 6, 2021 21:38
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.

Add call reports to HumbugReporter
1 participant