Skip to content

Commit f0ea8bc

Browse files
docs: Delete inaccurate, confusing block (#11357)
The code snippet no longer uses `push_scope`. This block is incorrect as a result. Rather than fix the block, I think it makes more sense simply to delete it. I think the page already provides enough context around what we are doing.
1 parent 4ca7991 commit f0ea8bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/product/sentry-basics/integrate-backend/capturing-errors.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ To enrich the data of the message events we've captured with `capture_message`:
128128
sentry_sdk.capture_message("You caught me!", "fatal")
129129
```
130130

131-
> We're using the `push_scope` method that allows us to send data with one specific event on a local scope. We're setting a custom tag, user context attribute (email), and extra data on the local scope to enrich the data on the message event.
132-
133131
3. Save your changes and trigger the `/message` endpoint again.
134132

135133
4. Open the issue’s detail page from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page.

0 commit comments

Comments
 (0)