Skip to content

Commit abb9337

Browse files
authored
feat(node-core): Remove experimental note from winston api (#17626)
Logs are GA now, so we can remove this note from the `createSentryWinstonTransport` method.
1 parent 5a3d572 commit abb9337

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/node-core/src/integrations/winston.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ interface WinstonTransportOptions {
3535
* @param TransportClass - The Winston transport class to extend.
3636
* @returns The extended transport class.
3737
*
38-
* @experimental This method will experience breaking changes. This is not yet part of
39-
* the stable Sentry SDK API and can be changed or removed without warning.
40-
*
4138
* @example
4239
* ```ts
4340
* const winston = require('winston');

0 commit comments

Comments
 (0)