Skip to content

feat(nextjs): Remove @sentry/tracing dependency from nextjs SDK #7561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Mar 21, 2023

This PR removes the @sentry/tracing dependency from the nextjs SDK.

This involved:

  • Moving some imports around
  • Ensuring @sentry/browser and @sentry/node were exporting the tracing types required
  • Calling addTracingExtensions where this was previously taken care of by side-effects

@timfish timfish marked this pull request as ready for review March 21, 2023 23:49
@AbhiPrasad AbhiPrasad merged commit baff7dd into getsentry:develop Mar 22, 2023
@mydea
Copy link
Member

mydea commented Mar 22, 2023

Starting with this the next E2E tests started to fail: https://github.com/getsentry/sentry-javascript/actions/runs/4488629116/jobs/7893734269

Which we didn't see here because the E2E tests don't run on contributor PRs 😅

@timfish timfish deleted the feat/tracing/nextjs branch March 22, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants