File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 10.4.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Add rate-limiting to ` Sentry.LoggerHandler ` .
8
+ - Improve reporting of process crashes in ` Sentry.LoggerHandler ` .
9
+ - Fix loading configuration in ` mix sentry.send_test_event ` .
10
+ - Fix JSON libraries that raise errors when encoding.
11
+ - Allow ` Sentry.LoggerBackend ` and ` Sentry.LoggerHandler ` to use Sentry metadata.
12
+ - Validate configuration passed to ` Sentry.LoggerHandler ` .
13
+
3
14
## 10.3.0
4
15
5
16
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
1
defmodule Sentry.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "10.3 .0"
4
+ @ version "10.4 .0"
5
5
@ source_url "https://github.com/getsentry/sentry-elixir"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments