Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonus21 committed Dec 18, 2019
1 parent 93b64a5 commit 14250a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To run the examples on your local environment, one at a time, do something like:

Django::

cd error-tracker/examples
cd error-tracker/examples
cd DjangoSample
python manage.py runserver

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ An error/exception can be recorded using decorator or function call.

- To record the error using decorator, decorate a function with :code:`track_exception` or :code:`auto_track_exception`
- Where as to record error using function call use :code:`record_exception` function.
- Exception detail can be written to a file, console or logger etc call method :code:`print_exception`

All the data will be stored in the configured data store and these data will be available at configure URL path.

Expand Down

0 comments on commit 14250a9

Please sign in to comment.