Skip to content

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

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

Conversation

sl0thentr0py
Copy link
Member

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
Member

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