Jodi Jang
Jodi Jang
Add logs for similar issues embeddings parameters
Create script to backfill seer grouping records Create function to call seer bulk insert endpoint (https://github.com/getsentry/seer/pull/480) in batches of 20 groups with a 10 second timeout Add seer bulk insert...
Create endpoint to call the backfill script [here](https://github.com/getsentry/sentry/pull/68466)
Update the seer grouping record backfill script in the following ways: - Add only_delete flag that makes the backfill script only delete seer grouping records and the seer similarity data...
Add metric for when an event has a non-empty stacktrace string that we'd send to seer, but has no stacktrace frames Limit metric to backend calls
Increase timeout for seer bulk record insertion endpoint in an option Previously was 1000 ms, now 3000 ms Also change deletion timeout to use option
EventUser id can be None based on how the model is [defined](https://github.com/getsentry/sentry/blob/bd9a15d70d0f7bd68e43cea0246e3150afb17050/src/sentry/utils/eventuser.py#L97-L98) Set the serialized id to be user_ident if id is None Backend fix for this https://github.com/getsentry/sentry/pull/75732
Postgres query in similarity backfill is sometimes timing out The first time this exception occurs, retry with a smaller batch size If it occurs again, raise it
Some tests with side effects can be made simpler by adding the side effect in the patch (Some cannot be changed due to assertions using the side effect exception later...
Make message_distance optional from seer response Remove message distance value from internal similar issues tab The UI shows a default value of 0 now that we are not sending the...