|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- Remove an unnecessary assertion (108bbe75) by @whatyouhide |
8 |
| -- Update ex_doc (b7521e45) by @whatyouhide |
9 |
| -- Clean up Sentry.ClientError (cc61afd9) by @whatyouhide |
10 |
| -- Validate options even if DSN is not set (#772) by @savhappy |
11 |
| -- Update key name in Sentry.Event's integration meta (22b5d212) by @whatyouhide |
12 |
| -- Document :integration_meta field in Sentry.Event (4a645297) by @whatyouhide |
13 |
| -- Add integration_meta key to Sentry.Event (#771) by @savhappy |
14 |
| -- Allow nimble_ownership 1.0 (9ec8e89a) by @whatyouhide |
15 |
| -- Periodically purge check-ins ETS table (#764) by @savhappy |
16 |
| -- Support structured logs in Sentry.LoggerHandler (#765) by @martosaur |
17 |
| -- Compile code before "sentry.package_source_code" (#761) by @whatyouhide |
18 |
| -- Map check-in IDs through an ETS table (#750) by @savhappy |
19 |
| -- Use apply/3 to avoid Elixir 1.17 warnings (#754) by @savhappy |
20 |
| -- Handle "nil" environment values correctly in Sentry config (#753) by @fahchen |
21 |
| -- Update documentation to remove `if` (#751) by @BobbyMcWho |
22 |
| -- Add HTTP response information to client error (#748) by @savhappy |
23 |
| -- Update links related to logger (#747) by @HarshBalyan |
24 |
| -- Add Sentry.ClientError exception (#745) by @savhappy |
25 |
| -- Update Elixir/OTP versions in CI (#746) by @savhappy |
| 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* |
26 | 20 |
|
27 | 21 | ## 10.6.2
|
28 | 22 |
|
|
0 commit comments