Commit e9cde04
committed
Use channel-based aws-sdk integration in @sentry/aws-serverless
The aws-serverless `awsIntegration` still registered the vendored OTel
`AwsInstrumentation`, emitting `auto.otel.aws` spans, while channel-based
instrumentation is now the default everywhere else. Delegate to the channel
`awsChannelIntegration` from @sentry/server-utils so aws-sdk spans carry the
orchestrion origin, matching @sentry/node.1 parent 68f957c commit e9cde04
2 files changed
Lines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
17 | 13 | | |
0 commit comments