Skip to content

Commit 9977658

Browse files
committed
Add: MASK_EVENT_MODEL
1 parent f39f660 commit 9977658

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ but different frameworks and your implementation might be very different, it wou
6868
(optional) _(req, res) => boolean_, a function that takes a [Requests](http://docs.python-requests.org/en/master/api/) request and response,
6969
and returns true if you want to skip this particular event.
7070

71+
#### __`MASK_EVENT_MODEL`__
72+
(optional) _(EventModel) => EventModel_, a function that takes a [Moesif EventModel](https://github.com/Moesif/moesifapi-python/blob/master/moesifapi/models/event_model.py) and returns an EventModel with desired data removed. For details regarding EventModel please see the [Moesif Python API Documentation](https://www.moesif.com/docs/api?python).
73+
7174
## Example
7275

7376
An example Moesif integration is [available on GitHub](https://github.com/Moesif/moesif-python-outgoing-example)

0 commit comments

Comments
 (0)