You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On both versions, the console should print warning.
Actual Result
The Severity.fromString API was removed in 6.17.0, so the code crashes in that version and onwards.
I understand that you plan to remove the Severity enum entirely in v7 (a major release), but removing Severity.fromString in the meantime is a breaking change to a public API in a minor release.
There was discussion about this in #4280 (comment) where the consensus was to make this into an internal API, but it seems like that should have waited until v7, since in v6 the API is public. Could this API please be restored until then? Thanks!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/browser
SDK Version
6.19.6
Framework Version
6.19.6
Link to Sentry event
No response
Steps to Reproduce
@sentry/[email protected]
.@sentry/[email protected]
.Expected Result
On both versions, the console should print
warning
.Actual Result
The
Severity.fromString
API was removed in 6.17.0, so the code crashes in that version and onwards.I understand that you plan to remove the
Severity
enum entirely in v7 (a major release), but removingSeverity.fromString
in the meantime is a breaking change to a public API in a minor release.There was discussion about this in #4280 (comment) where the consensus was to make this into an internal API, but it seems like that should have waited until v7, since in v6 the API is public. Could this API please be restored until then? Thanks!
The text was updated successfully, but these errors were encountered: