feat(attributes): Add AWS SDK instrumentation attributes#478
Closed
andreiborza wants to merge 2 commits into
Closed
feat(attributes): Add AWS SDK instrumentation attributes#478andreiborza wants to merge 2 commits into
andreiborza wants to merge 2 commits into
Conversation
Adds the attributes emitted by the vendored AWS SDK instrumentation: - aws.dynamodb.* request/response attributes (21) - aws.request.id and aws.request.extended_id - aws.s3.bucket and aws.kinesis.stream.name - aws.secretsmanager.secret.arn, aws.sns.topic.arn and aws.step_functions state machine/activity ARNs - faas.invoked_name, faas.invoked_provider, faas.invoked_region - gen_ai.request.stop_sequences - rpc.system - messaging.destination, deprecated in favor of messaging.destination.name Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Attributes
Other
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
This was referenced Jul 10, 2026
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the attributes emitted by the aws-sdk instrumentation in sentry-javascript (getsentry/sentry-javascript#22142), used by both the vendored OTel integration and its orchestrion port.
aws.dynamodb.*request/response attributesaws.request.id,aws.request.extended_id,rpc.systemaws.s3.bucket,aws.kinesis.stream.nameaws.secretsmanager.secret.arn,aws.sns.topic.arn,aws.step_functions.state_machine.arn,aws.step_functions.activity.arnfaas.invoked_name,faas.invoked_provider,faas.invoked_regiongen_ai.request.stop_sequencesmessaging.destination, deprecated in favor ofmessaging.destination.name(same pattern as feat(attributes): Addfaas.execution(deprecated) in favor offaas.invocation_id#473)messaging.destination.namegained the reversealiasentry since the schema tests enforce alias-group symmetry.