-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
size-limit report 📦
|
packages/core/src/api.ts
Outdated
@@ -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({ |
There was a problem hiding this comment.
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? 😅
There was a problem hiding this comment.
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 😂
Ref #14267
Deprecates and removes internal usages of
validSeverityLevels
. This is mostly unused and serves no purpose.