File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.7.0
4+
5+ ### Various fixes & improvements
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
26+
327## 10.6.2
428
529### Various fixes & improvements
Original file line number Diff line number Diff line change 11defmodule Sentry.Mixfile do
22 use Mix.Project
33
4- @ version "10.6.2 "
4+ @ version "10.7.0 "
55 @ source_url "https://github.com/getsentry/sentry-elixir"
66
77 def project do
You can’t perform that action at this time.
0 commit comments