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
* Drop dev server spans
* Adds changelog
* Adds tests
* Revert unneeded change
* Handle undefined dev server urls
Co-authored-by: LucasZF <[email protected]>
* Adds tests for the case when the dev server url is undefined
* Use startsWith to check url matching
* Moves changelog to the unreleased section
---------
Co-authored-by: LucasZF <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
13
13
- Prevents exception capture context from being overwritten by native scope sync ([#4124](https://github.com/getsentry/sentry-react-native/pull/4124))
14
14
- Excludes Dev Server and Sentry Dsn requests from Breadcrumbs ([#4240](https://github.com/getsentry/sentry-react-native/pull/4240))
15
+
- Skips development server spans ([#4271](https://github.com/getsentry/sentry-react-native/pull/4271))
0 commit comments