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
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 text was updated successfully, but these errors were encountered:
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
The documentation steers for using
sentry_sdk.set_tag
instead ofsentry_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 availablepush_scope
should be better documented (outside Hubs/Scopes docs)The text was updated successfully, but these errors were encountered: