Skip to content

Commit 3028ea5

Browse files
author
getsentry-bot
committed
Merge branch 'release/12.0.2'
2 parents 9a93079 + b16d024 commit 3028ea5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 12.0.2
2+
3+
### Bug Fixes 🐛
4+
5+
- (tp) Skip sending if DSN is not set by @solnic in [#1008](https://github.com/getsentry/sentry-elixir/pull/1008)
6+
17
## 12.0.1
28

39
### Internal Changes 🔧

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

77
def project do

0 commit comments

Comments
 (0)