Skip to content

Commit 71a4dc7

Browse files
authored
ref: deprecate old sentry handler (#2051)
1 parent 0e6c1c1 commit 71a4dc7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Monolog/Handler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
* This Monolog handler logs every message to a Sentry's server using the given
1717
* hub instance.
1818
*
19+
* @deprecated since version 4.24. To be removed in version 5.0. Use {@see LogsHandler}
20+
* with the `enable_logs` SDK option instead.
21+
*
1922
* @author Stefano Arlandini <sarlandini@alice.it>
2023
*/
2124
final class Handler extends AbstractProcessingHandler

0 commit comments

Comments
 (0)