We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316933f commit c659c10Copy full SHA for c659c10
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 2.4.0 (2024-04-15)
4
+
5
+### Enhancements
6
7
+* Sanitize for metadata should also handler json and []byte
8
+ [#226](https://github.com/bugsnag/bugsnag-go/pull/226)
9
+ [Chris Duncan](https://github.com/veqryn)
10
11
## 2.3.1 (2024-03-18)
12
13
### Bug fixes
v2/bugsnag.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
// Version defines the version of this Bugsnag notifier
24
-const Version = "2.3.1"
+const Version = "2.4.0"
25
26
var panicHandlerOnce sync.Once
27
var sessionTrackerOnce sync.Once
0 commit comments