Esat Mustafa Namlı
Esat Mustafa Namlı
## Question Hello, i am trying to use this library in nuxt 3 application. I followed the instructions on the webpage, but i am getting an error. ## What i...
Hi, this my nuxt.config.ts ```typescript // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ "@nuxtjs/tailwindcss", "@nuxtjs/google-fonts", "@vueuse/nuxt" ], components: [ { path: "~/components", pathPrefix: false } ],...
## Feature Request ability to log events to same file coming from multiple instances of the application. ### Crates - tracing - tracing-subscriber - tracing-appender ### Motivation sometimes the application...