Skip to content

Commit c14c42b

Browse files
committed
feat(node-core): Remove experimental note from winston api
1 parent 4f38b4b commit c14c42b

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)