Christian Rafferty

Results 12 issues of Christian Rafferty

## Goal Update version of bugsnag-android ## Changeset - Updated Rakefile to remove call to obsolete `bugsnag-android-ndk` - Updated native handling of thread.id, changing from an int to a string...

## Goal Update from old branding (Bugsnag) to new branding (BugSnag) ## Changeset Ui Elements were updated to keep inline with BugSnags new branding Before: ![image](https://user-images.githubusercontent.com/38156512/222711134-18233220-6f88-4bf7-894c-16e238f007f3.png) ![image](https://user-images.githubusercontent.com/38156512/222711172-a8117867-a684-4e13-81f6-df89c7bd22b5.png) ![image](https://user-images.githubusercontent.com/38156512/222711211-cac590ef-5ba0-4b33-84a9-d8c856083b49.png) After: ![image](https://user-images.githubusercontent.com/38156512/222711296-083f19fe-1197-49d5-a793-32cdef18ff99.png)...

Hi team :wave: When updating an instance, what is the frequency of the cleanup of older images? We are aware that when the cleanup of old images does occur, the...

## Goal The client should not be null at this point. ## Design I've added an elvis operator to set application state of the client if it isn't null. I...

## Goal Filtering config option is case sensitive and is no longer in line with our notifier spec; as such it should be deprecated in favour of `redactedKeys`. ## Design...

## Goal The following warning appears when starting the SpringBootWeb application. “com.bugsnag.ScheduledTaskConfiguration : Bugsnag scheduled task exception handler could not be configured”. This happens when adding the `@EnableScheduling` annotation ##...

## Goal To fix warning: ```com.bugsnag.ScheduledTaskConfiguration : TaskScheduler of type org.springframework.scheduling.config.TaskSchedulerRouter does not support errorHandler configuration``` ## Design Uses reflection to identify the scheduler's type, supporting both proxied instances and...

## Goal Fix rare `"Comparison method violates its general contract!"` crashes in `discardOldestFileIfNeeded` when the file timestamps change during the `sort()`. ## Design Capture all of the `lastModified()` timestamps into...

### Bug Description ## Bug description Ai_input and ai_output columns are missing information in the llma generations tab. If you expand the trace you'll see the input and output. ##...

bug
team/llm-analytics
llm-analytics

## Bug description When in dark mode and changing project the screen flashes to light mode and then back to dark mode. ## How to reproduce 1. Enter dark mode...

bug
ui
feature/colors-and-themes
ui-ux-improvement