You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,11 @@
18
18
19
19
- feat(logs): add log protocol types (#821) by @lcian
20
20
- Basic types for [Sentry structured logs](https://docs.sentry.io/product/explore/logs/) have been added.
21
-
- It's possible (but not recommended) to use them to send logs to Sentry by directly constructing an `Envelope` containing an `ItemContainer::Logs` envelope item and sending it through `Client::send_envelope`.
22
-
- A high-level API and integrations will come soon.
21
+
- feat(logs): add ability to capture and send logs (#823) by @lcian
22
+
- A method `capture_log` has been added to the `Hub` to enable sending logs.
23
+
- This is gated behind the `UNSTABLE_logs` feature flag (disabled by default).
24
+
- Additionally, the new client option `enable_logs` needs to be enabled for logs to be sent to Sentry.
25
+
- Please note that breaking changes could occur until the API is finalized.
0 commit comments