Breaking changes:
- Use
propagation_contextas the single source oftrace_idfor spans and events. Transactions no longer create a new trace, but inherit the trace from thepropagation_contextcreated during SDK initialization. This context can be later modified throughsentry_set_trace()(primarily used by other SDKs). (#1200)
Features:
- Add
sentry_value_new_user(id, username, email, ip_address)function to avoid ambiguous user-context-keys. (#1228)
Fixes:
Thank you: