-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
ref(aws-serverless): Vendor aws-sdk instrumentation #20988
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7d8d21a
ref(aws-serverless): Vendor aws-sdk instrumentation
nicohrubec a6f348b
ref: Add comment explaining inlined AWS SDK types
nicohrubec 0d8ee4b
clean stuff
nicohrubec 4742757
Merge branch 'develop' into nh/vendor-aws-sdk-instrumentation
nicohrubec b1be2ff
Merge remote-tracking branch 'origin/develop' into nh/vendor-aws-sdk-…
nicohrubec 9657ba6
ref: Add preserveModulesRoot to fix build output paths
nicohrubec d98ceae
ref: Add @opentelemetry/core as direct dependency
nicohrubec ffc25e2
ref: Merge develop and resolve conflicts
nicohrubec 485557c
Merge branch 'develop' into nh/vendor-aws-sdk-instrumentation-v2
nicohrubec 5a671b6
Update .oxlintrc.base.json
nicohrubec 418923e
Merge branch 'develop' into nh/vendor-aws-sdk-instrumentation-v2
nicohrubec 66546b1
Merge branch 'develop' into nh/vendor-aws-sdk-instrumentation-v2
nicohrubec eca3891
Merge branch 'develop' into nh/vendor-aws-sdk-instrumentation-v2
nicohrubec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,9 @@ export default [ | |
| packageSpecificConfig: { | ||
| // Used for our custom eventContextExtractor | ||
| external: ['@opentelemetry/api'], | ||
| output: { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. m: Checking-in was this done on purpose?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it was, build failed without this because the paths changed |
||
| preserveModulesRoot: 'src', | ||
| }, | ||
| }, | ||
| }), | ||
| ), | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...ges/aws-serverless/src/integration/aws.ts → ...s-serverless/src/integration/aws/index.ts
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.