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
Introduce the convention of underscore-prefixed span attributes. These
won't be sent to Sentry and are meant for internal SDK usage.
Changed `flag.count` to internal. Looked through the rest of the attrs
we're setting and that stuff requires a big comprehensive cleanup
altogether to make stuff align with OTel. Didn't touch anything else for
now.
Closes#4329
Make a list of span attributes that are internal to the SDK and can be omitted from the final span/transaction payload in the span processor.
The flags counter is one example. Maybe some of the sampling context stuff?
The text was updated successfully, but these errors were encountered: