Skip to content

feat(remix): Remove @sentry/tracing dependency from Remix SDK#7575

Merged
AbhiPrasad merged 2 commits intogetsentry:developfrom
timfish:feat/tracing/remix
Mar 22, 2023
Merged

feat(remix): Remove @sentry/tracing dependency from Remix SDK#7575
AbhiPrasad merged 2 commits intogetsentry:developfrom
timfish:feat/tracing/remix

Conversation

@timfish
Copy link
Copy Markdown
Collaborator

@timfish timfish commented Mar 22, 2023

  • In index.client.tsx, BrowserTracing and Integrations are passed through from @sentry/react
  • In index.server.ts:
    • @sentry/node already exports Integrations which includes both node and tracing integrations
    • Previously, node Integrations were hidden due to the tracing Integrations export
    • ⚠️ BrowserTracing is no longer exported. This is technically a breaking change but I don't think it should have ever been exported from the server.

@timfish timfish marked this pull request as ready for review March 22, 2023 18:19
Copy link
Copy Markdown
Contributor

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on BrowserTracing in the server.

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.

2 participants