Skip to content

Commit 19a0e46

Browse files
committed
0.7.0: filter event extra if present
1 parent 2341bf8 commit 19a0e46

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.7.0
4+
5+
- fix: filter extra even without request [#14](https://github.com/mrexox/sentry-sanitizer/pull/14)
46

57
## 0.5.0
68

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sentry-sanitizer (0.6.1)
4+
sentry-sanitizer (0.7.0)
55
sentry-ruby (~> 5.3)
66

77
GEM

lib/sentry/sanitizer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sentry
44
module Sanitizer
5-
VERSION = "0.6.1"
5+
VERSION = "0.7.0"
66
end
77
end

0 commit comments

Comments
 (0)