Long Mai
Long Mai
> We've tried manually installing the app APK + test APK before launching detox (which installs fine using the same commands) Interesting that it installs fine using the same commands...
Thank you for sharing your experiences and experiments to allow me to try something new. I'll let you know of progress when I get around to this soon and what...
I had time to at least create a repo for someone else to fork/clone and debug the issue more easily. Repo: https://github.com/longility/DetoxExpApp Failing workflow run: https://github.com/longility/DetoxExpApp/actions/runs/2797196014
I would have hoped that opentelemetry auto instrumentation should work such as if I'm using postgres. I tried using pg instrumentation but spans are not created. https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg However, if I...
Thanks @mentos1386 for the knowledge share. That makes much more sense on why it isn't working automatically.
I'm thinking the approach would be a separate npm pkg `@opentelemetry/instrumentation-prisma` or maybe one for each db implementation (mysql, postgres, etc).
I think it would be similar to typeorm and sequelize implemented here: https://github.com/aspecto-io/opentelemetry-ext-js
Not supported at this time.
I also ran into this to where I was not expecting `undefined`. Seems like a more complicated change.
@omidh28 I believe it would be a breaking change because what was once optional, is now required from a server side implementation of the contract.