I realized the dependency container header declared this function to return SentryWatchdogTerminationScopeObserver
but really all that it needed was to be a type conforming to SentryScopeObserver
. So updated it to this protocol, it will make the Swift conversion easier
#skip-changelog