From c14c42b2284aaa4b1326a20d80a30fda1fb5e2ca Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 12 Sep 2025 10:30:16 -0400 Subject: [PATCH] feat(node-core): Remove experimental note from winston api --- packages/node-core/src/integrations/winston.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/node-core/src/integrations/winston.ts b/packages/node-core/src/integrations/winston.ts index a58a3ea31ad0..63e208920914 100644 --- a/packages/node-core/src/integrations/winston.ts +++ b/packages/node-core/src/integrations/winston.ts @@ -35,9 +35,6 @@ interface WinstonTransportOptions { * @param TransportClass - The Winston transport class to extend. * @returns The extended transport class. * - * @experimental This method will experience breaking changes. This is not yet part of - * the stable Sentry SDK API and can be changed or removed without warning. - * * @example * ```ts * const winston = require('winston');