We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0127f9 commit d09677eCopy full SHA for d09677e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Added missing `capture-soft-fails` config schema option (#417)
6
+
7
## 4.0.0 (2021-01-19)
8
9
**Breaking Change**: This version uses the [envelope endpoint](https://develop.sentry.dev/sdk/envelopes/). If you are
src/Resources/config/schema/sentry-1.0.xsd
@@ -77,5 +77,6 @@
77
78
<xsd:complexType name="messenger">
79
<xsd:attribute name="enabled" type="xsd:boolean" />
80
+ <xsd:attribute name="capture-soft-fails" type="xsd:boolean" />
81
</xsd:complexType>
82
</xsd:schema>
0 commit comments