Skip to content

Commit 69ac8d0

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.7.0'
2 parents c8dd839 + df616a7 commit 69ac8d0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 10.7.0
4+
5+
### Various fixes & improvements
6+
7+
New features:
8+
9+
- Add `Sentry.ClientError` for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — *@savhappy*
10+
- Add `:integration_meta` key to `Sentry.Event`. — *(#771) by @savhappy*
11+
- Validate Sentry options even if DSN is not set. — *(#772) by @savhappy*
12+
13+
Bug fixes:
14+
15+
- Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — *@savhappy*
16+
- Fix `mix sentry.package_source_code` edge cases by compiling code before running the task. — *@whatyouhide*
17+
- Support structured logs in `Sentry.LoggerHandler`. — *(#765) by @martosaur*
18+
- Handle `nil` environment correctly in Sentry config — *(#753) by @fahchen*
19+
- Fix exceptions with an empty stacktrace. — *(#755) by @savhappy*
20+
321
## 10.6.2
422

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

77
def project do

0 commit comments

Comments
 (0)