Skip to content

Commit d09677e

Browse files
Add missing capture-soft-fails option to the XSD schema of the XML config (#417)
1 parent a0127f9 commit d09677e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Added missing `capture-soft-fails` config schema option (#417)
6+
57
## 4.0.0 (2021-01-19)
68

79
**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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@
7777

7878
<xsd:complexType name="messenger">
7979
<xsd:attribute name="enabled" type="xsd:boolean" />
80+
<xsd:attribute name="capture-soft-fails" type="xsd:boolean" />
8081
</xsd:complexType>
8182
</xsd:schema>

0 commit comments

Comments
 (0)