Skip to content

Commit

Permalink
release: 10.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 4, 2024
1 parent 2b6d68e commit 1121655
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 10.7.1

### Various fixes & improvements

- Add :monitor_config_defaults integrations option (#782) by @whatyouhide
- Accept structs as structured logs in Sentry.LoggerHandler (#780) by @mrdotb
- Don't send :integration_meta field (116140d6) by @whatyouhide
- Move source code maps to ETS (#777) by @whatyouhide
- Allow --no-compile/--no-check-deps to "mix sentry.package_source_code" (#776) by @razielgn

## 10.7.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.7.0"
@version "10.7.1"
@source_url "https://github.com/getsentry/sentry-elixir"

def project do
Expand Down

0 comments on commit 1121655

Please sign in to comment.