I have followed the docs example here: https://trigger.dev/docs/v3/trigger-config#instrumentations
And when I now run triggerdev dev I get this error, any ideas why?
#Failed to read config Error: Missing tiktoken_bg.wasm when using @traceloop/instrumentation-openai
1 messages · Page 1 of 1 (latest)
Which error?
Ah sorry it's in the title
I've just messaged the traceloop founders to find out if they've seen this issue before
Awesome thank you!
OK we're figuring it out, it's a dependency they've added to their package recently
I think they're going to release this if it passes the tests
So after that just upgrade to latest?
Yeah I think this is the action that's releasing the package: https://github.com/traceloop/openllmetry-js/actions/runs/8988205070
GitHub
Sister project to OpenLLMetry, but in Typescript. Open-source observability for your LLM application, based on OpenTelemetry - Release - Traceloop SDK & Standalone Instrumentations · tracel...
We can't promise this level of speed for 3rd party package fixes normally 😆
We did YCombinator with these guys
Ok: "Released v0.8.2 with the fix"
Hopefully updating it in your package.json should work
yeah works now, thank you so much!