ref: rename published internal packages#21371
Merged
Merged
Conversation
s1gr1d
reviewed
Jun 9, 2026
Rename published @sentry-internal packages to @sentry package names and update imports, publish configuration, docs, and CI references. Co-Authored-By: OpenAI Codex <codex@openai.com>
Co-Authored-By: OpenAI Codex <codex@openai.com>
Co-Authored-By: OpenAI Codex <codex@openai.com>
Co-Authored-By: OpenAI Codex <codex@openai.com>
3dbf6d5 to
b2fdf90
Compare
Move the package status snippet to the top of each README (right after the badges/title, matching the Replay README) and format it as a > [!NOTE] alert, per review feedback. Also fix a stale @sentry-internal reference in the eslint-config-sdk usage docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
isaacs
requested changes
Jun 9, 2026
isaacs
left a comment
Member
There was a problem hiding this comment.
One nit, which looks like a mistake, but if I'm misreading it, I'm happy to disregard.
| }, | ||
| extends: ['eslint:recommended'], | ||
| plugins: ['@sentry-internal/eslint-plugin-sdk'], | ||
| plugins: ['@sentry/sdk'], |
Member
There was a problem hiding this comment.
Should this be @sentry/eslint-plugin-sdk?
Member
Author
There was a problem hiding this comment.
ESLint legacy config plugin gimmick thing shortens package names, so @scope/eslint-plugin-foo to @scope/foo
https://eslint.org/docs/v8.x/use/configure/plugins#naming-convention
Member
There was a problem hiding this comment.
Ah, yes, it's eslint being cute, and clearly the tests and linting all still passes. Ok, lgtm, then!
isaacs
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames all publishable packages to use
@sentry/*scope. Previously, some packages were using@sentry-internal/*.These packages were renamed:
@sentry-internal/browser-utils->@sentry/browser-utils@sentry-internal/server-utils->@sentry/server-utils@sentry-internal/replay->@sentry/replay@sentry-internal/replay-canvas->@sentry/replay-canvas@sentry-internal/feedback->@sentry/feedback@sentry-internal/typescript->@sentry/typescript@sentry-internal/eslint-plugin-sdk->@sentry/eslint-plugin-sdk@sentry-internal/eslint-config-sdk->@sentry/eslint-config-sdkI intentionally left out
test-utilsandrollup-utilsto avoid making this excessively large.This requires external changes to several of our repos:
@sentry-internal/rrweb*->@sentry/rrweb*#301 (Released in v2.43.2)@sentry-internal/node-cpu-profiler->@sentry/node-cpu-profiler#38 Release Run (Released in v2.4.2)@sentry-internal/node-native-stacktrace->@sentry/node-native-stacktrace#40 Release Run (Released in v0.5.1)closes #21366