mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
1adaa8abb7
* Chunk session recording events Closes https://github.com/PostHog/posthog/issues/3632 and replaces https://github.com/PostHog/posthog/pull/3566/files This should make it possible to ingest large full snapshot events Base64 is used to compress the data for serialization purposes. pytest.mock is used for clean patching methods * Mock time.time for py3.7 compatibility * Group captured $snapshot events by $session_id * Don't chunk already chunked payloads
25 lines
328 B
Plaintext
25 lines
328 B
Plaintext
# pip-compile requirements-dev.in
|
|
|
|
flake8
|
|
flake8-bugbear
|
|
flake8-colors
|
|
flake8-commas
|
|
flake8-comprehensions
|
|
flake8-import-order
|
|
flake8-logging-format
|
|
flake8-print
|
|
pip-tools
|
|
django-debug-toolbar
|
|
mypy
|
|
mypy-extensions
|
|
djangorestframework-stubs
|
|
django-stubs
|
|
fakeredis
|
|
freezegun
|
|
packaging
|
|
black
|
|
isort
|
|
pytest
|
|
pytest-django
|
|
pytest-mock
|