-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove deprecations #3780
Remove deprecations #3780
Conversation
…d sentry-graphql-core
…ryInstrumentation bean if missing
|
@@ -822,9 +799,6 @@ public static final class Deserializer implements JsonDeserializer<Device> { | |||
case JsonKeys.ID: | |||
device.id = reader.nextStringOrNull(); | |||
break; | |||
case JsonKeys.LANGUAGE: |
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.
I assume we can also get rid of this. Legacy JSON language
should land in unknown
.
language
has been deprecated for 3 years.
@@ -232,30 +232,6 @@ public void setIpAddress(final @Nullable String ipAddress) { | |||
this.ipAddress = ipAddress; | |||
} | |||
|
|||
/** |
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.
Can we also get rid of JsonKeys.OTHER here?
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.
i guess it's fine, as it was deprecated 2 years ago
Performance metrics 🚀
|
📜 Description
Remove deprecated APIs etc.
💡 Motivation and Context
Closes #3069
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps