-
Notifications
You must be signed in to change notification settings - Fork 551
feat(scope): New set_tags
function
#2978
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@szokeasaurusrex Please add the tests and the top-level API to this PR -- it all belongs together and should be reviewed together. |
@sentrivana, done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
Please also update https://docs.sentry.io/platforms/python/enriching-events/tags/ and potentially other places in the docs where it makes sense.
Add documentation for the [new `set_tags` function](getsentry/sentry-python#2978) in the Python SDK. Closes GH-9703
Add documentation for the [new `set_tags` function](getsentry/sentry-python#2978) in the Python SDK. Closes GH-9703
`Scope.set_tags` allows multiple tags to be set at the same time by passing the tags to update as a dictionary (or other `Mapping` type). Closes GH-1344
Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
85f4bbc
to
ab11fb7
Compare
Scope.set_tags
allows multiple tags to be set at the same time by passing the tags to update as a dictionary (or otherMapping
type).Closes GH-1344