Skip to content

@sentry/nextjs does not search for instrumentation-client.js #16634

Description

@Jimmy89

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

9.30.0

Framework Version

Nextjs 15.3.3

Link to Sentry event

No response

Reproduction Example/SDK Setup

While reviewing the sentry/nextjs code in the search of a potential bug I stumbled upon this line of code:

For a quick overview:

  const potentialInstrumentationClientFileLocations = [
    ['src', 'instrumentation-client.ts'],
    ['src', 'instrumentation-client.js'],
    ['instrumentation-client.ts'],
    ['instrumentation-client.ts'], <-- This must be `.js`
  ];

Steps to Reproduce

See example

Expected Result

That instrumentation-client.js are also 'seen' by the sentry webpack code.

Actual Result

instrumentation-client.js is not scanned.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions