Fix SharedArrayBuffer usage: The library now only uses SharedArrayBuffer when cross-origin isolation is enabled, enhancing security and performance.
Fix Scheduler sampling profiler: The unstable scheduler sampling profiler is disabled for OSS builds, streamlining the performance monitoring process.
Fix unnecessary data collection: The library removes the scheduler sampling profiler shared array buffer, as it was not being utilized, thus optimizing resource usage.