Skip to content

Commit

Permalink
release: 10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot authored and whatyouhide committed Apr 15, 2024
1 parent 3d16230 commit 5b7e3ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 10.4.0

### Various fixes & improvements

- Add rate-limiting to `Sentry.LoggerHandler`.
- Improve reporting of process crashes in `Sentry.LoggerHandler`.
- Fix loading configuration in `mix sentry.send_test_event`.
- Fix JSON libraries that raise errors when encoding.
- Allow `Sentry.LoggerBackend` and `Sentry.LoggerHandler` to use Sentry metadata.
- Validate configuration passed to `Sentry.LoggerHandler`.

## 10.3.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 5b7e3ea

Please sign in to comment.