Skip to content
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

feat(core): Deprecate validSeverityLevels #14407

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Conversation

lforst
Copy link
Member

@lforst lforst commented Nov 21, 2024

Ref #14267

Deprecates and removes internal usages of validSeverityLevels. This is mostly unused and serves no purpose.

Copy link
Contributor

github-actions bot commented Nov 21, 2024

size-limit report 📦

Path Size % Change Change
@sentry/browser 22.87 KB -0.05% -10 B 🔽
@sentry/browser - with treeshaking flags 21.56 KB -0.04% -7 B 🔽
@sentry/browser (incl. Tracing) 35.45 KB -0.02% -4 B 🔽
@sentry/browser (incl. Tracing, Replay) 72.24 KB -0.01% -1 B 🔽
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.53 KB +0.01% +4 B 🔺
@sentry/browser (incl. Tracing, Replay with Canvas) 76.54 KB +0.03% +17 B 🔺
@sentry/browser (incl. Tracing, Replay, Feedback) 89 KB -0.01% -5 B 🔽
@sentry/browser (incl. Feedback) 39.62 KB -0.02% -6 B 🔽
@sentry/browser (incl. sendFeedback) 27.5 KB -0.03% -8 B 🔽
@sentry/browser (incl. FeedbackAsync) 32.3 KB -0.04% -11 B 🔽
@sentry/react 25.58 KB -0.02% -4 B 🔽
@sentry/react (incl. Tracing) 38.32 KB -0.02% -4 B 🔽
@sentry/vue 27.04 KB -0.01% -2 B 🔽
@sentry/vue (incl. Tracing) 37.29 KB -0.01% -3 B 🔽
@sentry/svelte 23.02 KB -0.04% -8 B 🔽
CDN Bundle 24.04 KB -0.02% -4 B 🔽
CDN Bundle (incl. Tracing) 37.02 KB -0.04% -13 B 🔽
CDN Bundle (incl. Tracing, Replay) 71.81 KB -0.01% -5 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback) 77.15 KB -0.03% -16 B 🔽
CDN Bundle - uncompressed 70.85 KB -0.02% -12 B 🔽
CDN Bundle (incl. Tracing) - uncompressed 110.2 KB -0.02% -12 B 🔽
CDN Bundle (incl. Tracing, Replay) - uncompressed 223 KB -0.01% -12 B 🔽
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 236.21 KB -0.01% -12 B 🔽
@sentry/nextjs (client) 38.42 KB -0.02% -6 B 🔽
@sentry/sveltekit (client) 35.96 KB -0.04% -14 B 🔽
@sentry/node 134.47 KB -0.01% -8 B 🔽
@sentry/node - without tracing 96.3 KB -0.01% -2 B 🔽
@sentry/aws-serverless 106.56 KB -0.01% -5 B 🔽

View base workflow run

@@ -18,13 +17,21 @@ function _getIngestEndpoint(dsn: DsnComponents): string {

/** Returns a URL-encoded string with auth config suitable for a query string. */
function _encodedAuth(dsn: DsnComponents, sdkInfo: SdkInfo | undefined): string {
return urlEncode({
Copy link
Member

Choose a reason for hiding this comment

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

hmm wait did this get confused with another PR? This is the validSeverityLevels PR here, should this be in #14406 instead? 😅

Copy link
Member Author

Choose a reason for hiding this comment

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

yes 😶 I pushed all of these PRs within like 30s and messed everything up 😂

@lforst lforst merged commit 1b0382e into develop Nov 22, 2024
151 of 152 checks passed
@lforst lforst deleted the lforst-validseveritylevels branch November 22, 2024 11:23
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