Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(integration-platform): Link to user payload for webhooks #1284

Merged
merged 2 commits into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,16 @@ The `error.created` resource subscription is only available for Business plans a
- type: string
- description: the api url for the associated issue

{% capture markdown_content %}
If you've set up [capturing the user](https://docs.sentry.io/enriching-error-data/context/?platform=python#capturing-the-user),
you can find the user attributes under `data['error']['user']`.
{% endcapture %}
{% include components/alert.html
title="Note"
content=markdown_content
MeredithAnya marked this conversation as resolved.
Show resolved Hide resolved
level="info"
%}

#### Payload

```json
Expand Down Expand Up @@ -734,4 +744,4 @@ The `error.created` resource subscription is only available for Business plans a
"uuid": "a8e5d37a-696c-4c54-adb5-b3f28d64c7de"
}
}
```
```