All Versions
10
Latest Version
Avg Release Cycle
100 days
Latest Release
-
Changelog History
Changelog History
-
v0.0.4.1 Changes
- 🛠 Fix invalid URLs in Request tab (missing leading
/
s in paths)
- 🛠 Fix invalid URLs in Request tab (missing leading
-
v0.0.4.0 Changes
- 🛠 Fixed serialization of headers in BugsnagRequest
Previously, headers were a list of:
[(CI ByteString, ByteString)]
So they serialized as an array, but Bugsnag only accepts objects for headers.
To solve this, the
newtype BugsnagRequestHeaders
wraps the headers and has a correctToJSON
instance. -
v0.0.3.1 Changes
February 13, 2020- 🏷 Tag SomeException with the underlying exception class
-
v0.0.3.0 Changes
December 03, 2018- 🛠 Fix sensitive request header redacting
- ✂ Remove
defaultBeforeNotify
-
v0.0.2.2 Changes
November 07, 2018Packaging changes only.
-
v0.0.2.1 Changes
October 10, 2018- Set StackFrame as in-project based on the
CodeIndex
when present - 📜 Correctly parse
throwString
exceptions with newlines in the message
- Set StackFrame as in-project based on the
-
v0.0.2.0 Changes
September 03, 2018- ➕ Add
CodeIndex
support
Adds a Template Haskell function to read your project source into an in-memory Map structure to be set on your
BugsnagSettings
value. Then, as part of notification, we can attach lines of source context to the StackFrames we have. NOTE: This has memory-footprint implications, so is entirely opt-in. - ➕ Add
-
v0.0.1.3 Changes
August 04, 2018 -
v0.0.1.2 Changes
June 27, 2018- 👉 Make App Version an opaque
Text
, not a structuredVersion
(@MaxGabriel)
- 👉 Make App Version an opaque
-
v0.0.1.1 Changes
March 13, 2018🚀 First (pre-) released version.