차승호
차승호
I have a similar problem. ```js import "react-notifications/lib/notifications.css"; ``` But the icon is not working like this. On ReactJS, It worked fine. But on NextJS, it's not working. Probably not...
```ts import { registerOTel } from '@vercel/otel'; export const register = async () => { if (process.env.NEXT_RUNTIME === 'nodejs') { const { TracerProvider } = (await import('dd-trace')).default.init({ logInjection: true, startupLogs:...
@Lisenish The important thing is to transfer otel data to datadog using the provider. If you only use datadog, it seems that you cannot fully use the spans provided by...