You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use numbered capture groups for sentry-trace validation (#4652)
* Use numbered capture groups for sentry-trace validation
* Fix tab escape in character gropu and add tests
* Use previous tab escape
* Add changelog entry
* Fix typo
---------
Co-authored-by: markushi <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
### Fixes
6
+
7
+
- Do not use named capturing groups for regular expressions ([#4652](https://github.com/getsentry/sentry-java/pull/4652))
8
+
- This fixes a crash on Android versions below 8.0 (API level 26)
9
+
5
10
### Features
6
11
7
12
- Add onDiscard to enable users to track the type and amount of data discarded before reaching Sentry ([#4612](https://github.com/getsentry/sentry-java/pull/4612))
0 commit comments