Hi, has anyone been able to implement
Hi, has anyone been able to implement Baselime on a NextJS app in Cloudflare Pages?
- This option doesn't work because it uses the
functions folder
and I use next-on-pages
to build the app, and these are incompatible
with each other (the same applies to HoneyComb): https://baselime.io/docs/sending-data/platforms/cloudflare/pages/
- If I want to use OpenTelemetry for NextJS, I get errors like Module not found: Can't resolve 'perf_hooks'
, and as I understand it, this is because Pages is not a full Node environment: https://baselime.io/docs/sending-data/languages/next.js/. Is there any way to resolve perf_hooks
, child_process
, fs
, os, http
?
Is there any solution to have observability in Pages? Any better documentation or example repo?
P.S. The NextJS app was generated with C3 and doesn't have any additional configuration other than what I'm trying to set up with Baselime.3 Replies
hi@boristane, your perspective would really help me 🙏
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
@boristane Sorry for opening an old thread again, but was looking through the search results and found this. We were looking to setup OT, but sad to hear that it's not supported on Pages. Do you have any insight on when this is planned to be supported now that CF has acquired Baselime?