There was an error while loading. Please reload this page.
1 parent 4e5fb85 commit ffc176eCopy full SHA for ffc176e
1 file changed
src/observability/index.ts
@@ -6,15 +6,9 @@
6
*/
7
8
// Import observability providers - order matters for initialization
9
-import './laminar.js'
10
import './langfuse.js'
11
12
// Re-export individual handlers for direct usage if needed
13
-export {
14
- getLaminarHandler,
15
- getLaminarInitPromise,
16
- isLaminarInitialized,
17
-} from './laminar.js'
18
export {
19
langfuseClient,
20
langfuseHandler,
0 commit comments