Skip to content

Commit 5b7e3ea

Browse files
getsentry-botwhatyouhide
authored andcommitted
release: 10.4.0
1 parent 3d16230 commit 5b7e3ea

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 10.3.0
415

516
### Various fixes & improvements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "10.3.0"
4+
@version "10.4.0"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)