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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 10.7.0
4
+
5
+
### Various fixes & improvements
6
+
7
+
New features:
8
+
9
+
- Add `Sentry.ClientError` for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — *@savhappy*
10
+
- Add `:integration_meta` key to `Sentry.Event`. — *(#771) by @savhappy*
11
+
- Validate Sentry options even if DSN is not set. — *(#772) by @savhappy*
12
+
13
+
Bug fixes:
14
+
15
+
- Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — *@savhappy*
16
+
- Fix `mix sentry.package_source_code` edge cases by compiling code before running the task. — *@whatyouhide*
17
+
- Support structured logs in `Sentry.LoggerHandler`. — *(#765) by @martosaur*
18
+
- Handle `nil` environment correctly in Sentry config — *(#753) by @fahchen*
19
+
- Fix exceptions with an empty stacktrace. — *(#755) by @savhappy*
0 commit comments