-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add support for instrumenting AWS SNS #938
Conversation
|
||
func getTopicName(req *request.Request) string { | ||
// TODO: PhoneNumber is the third possibility, but I'm guessing we | ||
// don't want to store that for customers? |
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.
I figure we don't want to store something with such explosive cardinality, but made a note in case you know anything else.
@AlexanderWert do you know?
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
There are a few questions called out in the code below, but other than that it does what it says on the tin.
closes #882