Christian Rafferty
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:    After: ...
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 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...