Import datadog-init as first module to ensure dd-trace .init() runs before any other imports, fixing P1 auto-instrumentation issue. Removed redundant manual initDatadog/initSentry calls since datadog-init.ts already invokes all three init functions. Co-Authored-By: Paperclip <noreply@paperclip.ing>