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 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments