Closed
Description
I'm migrating from AWS Xray to Sentry and one missing feature that is immediately noticeable is the lack of granular AWS context in the trace.
Currently when using the AWS JS SDK to call AWS APIs, it displays as (for example) POST https://dynamodb.ap-southeast-2.amazonaws.com/
It would be great to have the context needed to figure out which table, and which type of operation (get, query, scan, put, update, etc)