File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.7.1
4+
5+ ### Various fixes & improvements
6+
7+ - Add ` :monitor_config_defaults ` integrations option (#782 ). — * @whatyouhide *
8+ - Allow ` --no-compile ` /` --no-check-deps ` flags for ` mix sentry.package_source_code ` (#776 ). — * @razielgn *
9+ - Accept structs as structured logs in ` Sentry.LoggerHandler ` (#780 ). — * @mrdotb *
10+ - Fix a bug where we were accidentally sending the ` :integration_meta ` field (116140d6). — * @whatyouhide *
11+ - Reduce memory usage of source code maps (#777 ). — * @whatyouhide *
12+
313## 10.7.0
414
515### 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.7.0 "
4+ @ version "10.7.1 "
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