Skip to content

Commit 3232555

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.7.1'
2 parents 2b6d68e + 2f5876a commit 3232555

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

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.7.0"
4+
@version "10.7.1"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)