Skip to main content

A form mixin that reports form errors as events to Google Analytics

Project description

A form mixin that reports form errors as events to Google Analytics.

Usage

Install using pip install django-form-error-reporting.

See examples in tests/forms.py

class ReportedForm(GAErrorReportingMixin, Form):
    ga_tracking_id = 'UA-12345678-0'

    ...

Development

Please report bugs and open pull requests on GitHub.

Use python setup.py test to run all tests.

Distribute a new version by updating the version argument in setup.py:setup and run python setup.py sdist bdist_wheel upload.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-form-error-reporting-0.6.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

django_form_error_reporting-0.6-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page