The documentation steers for using sentry_sdk.set_tag instead of sentry_sdk.capture_message(..., tags={..}). This is a good default but we should be exhaustive in documenting options.
sentry_sdk.set_tag
configure_scope() can stay undocumented where global functions are available
- keyword arguments on capture_message
push_scope should be better documented (outside Hubs/Scopes docs)
The documentation steers for using
sentry_sdk.set_taginstead ofsentry_sdk.capture_message(..., tags={..}). This is a good default but we should be exhaustive in documenting options.sentry_sdk.set_tagconfigure_scope()can stay undocumented where global functions are availablepush_scopeshould be better documented (outside Hubs/Scopes docs)