sentry-react-native
sentry-react-native copied to clipboard
Don't create spans for Dev Servers requests
Description
This is the same issue we have with breadcrumbs.
- https://github.com/getsentry/sentry-react-native/issues/3105
But creating spans for these requests leads to transactions exceeding timeout because there are spans constantly being created.
Also in dev builds with debug on this leads to log spam, which makes it hard to debug the apps.
- https://github.com/getsentry/sentry-react-native/issues/3205