Problem Statement
When a user gets an error or transacation (performance event) in Sentry they may not know the specific of where that particular service is hosted. Where possible it would be great to know some contextual information about where that service is hosted to speed up problem solving and eventually deploying a fix
example data
cloud:
provider: aws|gcp|azure
region: ...
[account|project]_id: ...
service: ec2, cloud-functions, ...
resource: <ARN>
Solution Brainstorm
Add this data using the Contexts Interface of the event payload
Future considerations:
- contexts should be searchable in product, changes will be needed in sentry backend so this data can be used to filter issues
Problem Statement
When a user gets an error or transacation (performance event) in Sentry they may not know the specific of where that particular service is hosted. Where possible it would be great to know some contextual information about where that service is hosted to speed up problem solving and eventually deploying a fix
example data
Solution Brainstorm
Add this data using the Contexts Interface of the event payload
Future considerations: