sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

9.27.0 creates Spans for outgoing requests to Sentry (reproduct in Next.js SDK)

Open HazAT opened this issue 7 months ago • 0 comments

Is there an existing issue for this?

  • [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
  • [x] I have reviewed the documentation https://docs.sentry.io/
  • [x] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/browser

SDK Version

9.27.0

Framework Version

Next

Link to Sentry event

No response

Reproduction Example/SDK Setup

Image

Steps to Reproduce

Just make a request

Expected Result

No Span

Actual Result

One Span

HazAT avatar Jun 06 '25 19:06 HazAT