Anthony P. would you have a few mins for quick call?
I'm not seeing the 401 errors anymore but still not seeing any "llm" spans (regardless with or without this filter)
spanFilter: (span) => {
// Only export spans that are OpenInference to remove non-generative spans
// This should be removed if you want to export all spans
return isOpenInferenceSpan(span);
},