Skip to content

Commit

Permalink
ref(aws): Remove the aws extension (#3568)
Browse files Browse the repository at this point in the history
The AWS extension is no longer used by the Sentry lambda SDK, so we're
removing the code from Relay.
  • Loading branch information
jan-auer committed May 8, 2024
1 parent 111f6c8 commit 9cef1a4
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 503 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

**Breaking Changes**:

- Remove the AWS lambda extension. ([#3568](https://github.com/getsentry/relay/pull/3568))

**Bug fixes:**

- Properly handle AI metrics from the Python SDK's `@ai_track` decorator ([#3539](https://github.com/getsentry/relay/pull/3539))
Expand Down
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dbg_macro = "warn"

[workspace.dependencies]
relay-auth = { path = "relay-auth" }
relay-aws-extension = { path = "relay-aws-extension" }
relay-base-schema = { path = "relay-base-schema" }
relay-cardinality = { path = "relay-cardinality" }
relay-cogs = { path = "relay-cogs" }
Expand Down
21 changes: 0 additions & 21 deletions relay-aws-extension/Cargo.toml

This file was deleted.

34 changes: 0 additions & 34 deletions relay-aws-extension/README.md

This file was deleted.

246 changes: 0 additions & 246 deletions relay-aws-extension/src/aws_extension.rs

This file was deleted.

31 changes: 0 additions & 31 deletions relay-aws-extension/src/lib.rs

This file was deleted.

Loading

0 comments on commit 9cef1a4

Please sign in to comment.