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
Our current implementation uses nullable values for sentry_rand in the SentryBaggage.
This allows cases where the values are null and not set in the baggage.
There is an ongoing clarification effort happening in getsentry/sentry-docs#12592 to clarify that these values must be set, therefore we should change the types and refactor the code base to adhere to compiler errors.
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Our current implementation uses nullable values for
sentry_rand
in the SentryBaggage.This allows cases where the values are null and not set in the baggage.
There is an ongoing clarification effort happening in getsentry/sentry-docs#12592 to clarify that these values must be set, therefore we should change the types and refactor the code base to adhere to compiler errors.
🛑 Blocked by
sample_rand
specs sentry-docs#12592The text was updated successfully, but these errors were encountered: