We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sentry
any
v7 + v8
all of these cause an NPE
just NoOp in that case (OTel also does that)
we can consider unsetting any current data with the same key, if a null value is set
null
NPE
The text was updated successfully, but these errors were encountered:
There's more places in the SDK where we do not accept null or even accept null and would cause NPE
there's likely more, we should search for usages of ConcurrentHashMap
ConcurrentHashMap
Sorry, something went wrong.
Agree on this
adinauer
No branches or pull requests
Integration
sentry
Java Version
any
Version
v7 + v8
Steps to Reproduce
all of these cause an NPE
Expected Result
just NoOp in that case (OTel also does that)
we can consider unsetting any current data with the same key, if a
null
value is setActual Result
NPE
The text was updated successfully, but these errors were encountered: