Skip to content

feat(extension): Replace original DSN host/port with localhost:3000#1414

Merged
sl0thentr0py merged 2 commits into
feature/serverless_overhaulfrom
neel/fso/WEBBACKEND-143-set-relay-port
May 5, 2022
Merged

feat(extension): Replace original DSN host/port with localhost:3000#1414
sl0thentr0py merged 2 commits into
feature/serverless_overhaulfrom
neel/fso/WEBBACKEND-143-set-relay-port

Conversation

@sl0thentr0py

Copy link
Copy Markdown
Member

Comment thread scripts/init_serverless_sdk.py Outdated
Comment on lines +23 to +28
def extension_relay_dsn(original_dsn):
dsn = Dsn(original_dsn)
dsn.host = "localhost"
dsn.port = 3000
dsn.scheme = "http"
return str(dsn)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 💯

@sl0thentr0py
sl0thentr0py merged commit 6e2d8c7 into feature/serverless_overhaul May 5, 2022
@sl0thentr0py
sl0thentr0py deleted the neel/fso/WEBBACKEND-143-set-relay-port branch May 5, 2022 11:48
antonpirker added a commit that referenced this pull request Jun 21, 2022
* Build new Lambda extension (#1383)
* Use new GitHub action for creating Lambda layer zip.
* Use new GitHub action for creating zip.
* Replace original DSN host/port with localhost:3000 (#1414)
* Added script for locally building/release Lambda layer
* Added script to attach layer to function

Co-authored-by: Neel Shah <neel.shah@sentry.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants