Bartek Ogryczak
Bartek Ogryczak
Steps to reproduce: 1. create a table with few columns 2. generate some row events 3. drop a column from that table 4. generate some more row events 5. start...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. go to Sentry for Sentry 2. click on _"Stats"_ 3. choose _"Sentry"_ project 4. choose category _"Metrics"_ ### Expected Result Actual...
Allow setting all options via environment variables using `LLM` as the default prefix. Note that for groups (subcommands) the prefix includes group name; `LLM_{group:upper}`. Example: ```shell $ LLM_CHAT_MODEL_ID=mistral-7b-instruct-v0 llm chat...
Pulling out parametrization logic out of grouping.strategies.message and making it more reusable: - regex split into individual composable components; - using regex lookbehind instead of adding and removing `=` hack...
Reverts getsentry/sentry#71572 Reverting as mitigation for INC-811 We need to figure out better way to scale for CPU-bound workload.
Underlying problem — `flake8-logging` does not fully catch these if they're coming for a dynamic dictionary rather than a literal. Changes: - Updating the `throwaway` list of `extra` fields that...
[Leaky bucket](https://en.wikipedia.org/wiki/Leaky_bucket) rate limiter which allows for defining both max burst rate as well as sustained rate limit. - While the bucket is not yet full, the requests are accepted...
When installing Python 3.13 using the installer from Python.org, and [enabling free-threading option two binaries are created](https://til.simonwillison.net/python/trying-free-threaded-python): `python3.13` with free-threading disabled, and `python3.13t` with free-threading enabled. When installing _3.13t-dev_ with...