()
| 2 | import * as LlamaIndex from "llamaindex"; |
| 3 | |
| 4 | export const initObservability = () => { |
| 5 | traceloop.initialize({ |
| 6 | appName: "llama-app", |
| 7 | disableBatch: true, |
| 8 | instrumentModules: { |
| 9 | llamaIndex: LlamaIndex, |
| 10 | }, |
| 11 | }); |
| 12 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected