sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Don't create spans for Dev Servers requests

Open krystofwoldrich opened this issue 2 years ago • 0 comments

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

krystofwoldrich avatar Jul 24 '23 09:07 krystofwoldrich