Skip to content

feat(core)!: Remove BaseClient - #17071

Merged
andreiborza merged 1 commit into
developfrom
ab/remove-baseclient
Jul 18, 2025
Merged

feat(core)!: Remove BaseClient#17071
andreiborza merged 1 commit into
developfrom
ab/remove-baseclient

Conversation

@andreiborza

Copy link
Copy Markdown
Member

BaseClient was deprecated in v9, use Client as a direct replacement.

@andreiborzaandreiborza added this to the 10.0.0 milestone Jul 17, 2025
@github-actions

github-actionsBot commented Jul 17, 2025

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

PathSize% ChangeChange
@sentry/browser23.78 kB--
@sentry/browser - with treeshaking flags22.34 kB--
@sentry/browser (incl. Tracing)39.66 kB--
@sentry/browser (incl. Tracing, Replay)77.79 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags67.59 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)82.49 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)94.59 kB--
@sentry/browser (incl. Feedback)40.47 kB--
@sentry/browser (incl. sendFeedback)28.46 kB--
@sentry/browser (incl. FeedbackAsync)33.36 kB--
@sentry/react25.54 kB--
@sentry/react (incl. Tracing)41.62 kB+0.01%+2 B 🔺
@sentry/vue28.23 kB--
@sentry/vue (incl. Tracing)41.45 kB--
@sentry/svelte23.8 kB--
CDN Bundle25.18 kB--
CDN Bundle (incl. Tracing)39.42 kB--
CDN Bundle (incl. Tracing, Replay)75.41 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)80.89 kB--
CDN Bundle - uncompressed73.44 kB--
CDN Bundle (incl. Tracing) - uncompressed116.86 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed231 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed243.81 kB--
@sentry/nextjs (client)43.66 kB--
@sentry/sveltekit (client)40.08 kB--
@sentry/node-core47.24 kB--
@sentry/node143.81 kB+0.01%+2 B 🔺
@sentry/node - without tracing91.31 kB--
@sentry/aws-serverless102.75 kB--

View base workflow run

] as Envelope;
it('should call a beforeEnvelope hook', () => {
const client = new TestClient(options);
expect.assertions(1);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I know 100% this is a Andrei PR when I see this :D

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

it already existed 😎

Base automatically changed from ab/migration-guide to developJuly 18, 2025 08:04
`BaseClient` was deprecated in v9, use `Client` as a direct replacement.
@andreiborza
andreiborzaforce-pushed the ab/remove-baseclient branch from 8f905be to 8270e15CompareJuly 18, 2025 08:08
@andreiborza
andreiborza merged commit 904932f into developJul 18, 2025
@andreiborza
andreiborza deleted the ab/remove-baseclient branch July 18, 2025 08:48
antonis added a commit to getsentry/sentry-react-native that referenced this pull request Aug 28, 2025
antonis added a commit to getsentry/sentry-react-native that referenced this pull request Aug 28, 2025
* chore(ci): v7: Handle GH runner image deprecations
* chore(deps): v7: update Android SDK to v8.20.0
* Adds changelog
* Set specific xcode version for expo (see expo/expo#36830)
* Bump Javascript SDK to 9.44.2
* Bump Javascript SDK to 10.4.0 and rename deprecated base client getsentry/sentry-javascript#17071
* Renames logger getsentry/sentry-javascript#16901
* Bump Javascript SDK to 10.7.0
* Adds changelog
* Sets skipLibCheck to true in ts3.8 typecheck
* Fixes fake timers jest issue after getsentry/sentry-javascript#16890
* Fixes lint issue
* Apply suggestions from code review
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
* Update yarn.lock
---------
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
Sign up for freeto 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

@andreiborza@Lms24@chargome