Rick Marron
Rick Marron
## Problem Today, user's can hit the API on repeat with no throttling. ## Changes Adds in two "pass through" rate limits that log when a rate limit would have...
## Is your feature request related to a problem? For the session analysis features to work, events need to be sent with a `$session_id` property. Right now, this property is...
## Problem When playing a recording, we look through the entire 21-day time range. This is no good - we should only look in the time period we think the...
## Problem Really old + futuristic timestamps are ingested into session recordings (because browsers do weird things). This creates a ton of partitions in clickhouse - and that's not good...
## Changes We're adding some rate limits to the API, this PR documents them ## Checklist - [ ] Titles are in [sentence case](https://apastyle.apa.org/style-grammar-guidelines/capitalization/sentence-case) - [ ] Feature names are...