Skip to content
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

fix(serverless) Do not change DSN in Serverless integration #5212

Merged
merged 1 commit into from Jun 7, 2022

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Jun 7, 2022

In AWS Lambda Integration of V7 the DSN of the user is changed to point to localhost:3000 (that is the URL of the Lambda Extension, that is not yet released)

This breaks the Serverless AWS Lambda Integration, so I disabled "changing the DSN" until the Lambda Extension is released.

Was reported by a user in this PR: #5126

Fixes #5211

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2022

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 19.43 KB (added)
@sentry/browser - ES5 CDN Bundle (minified) 60.2 KB (added)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.23 KB (added)
@sentry/browser - ES6 CDN Bundle (minified) 53.82 KB (added)
@sentry/browser - Webpack (gzipped + minified) 19.99 KB (added)
@sentry/browser - Webpack (minified) 65.19 KB (added)
@sentry/react - Webpack (gzipped + minified) 20.02 KB (added)
@sentry/nextjs Client - Webpack (gzipped + minified) 43.76 KB (added)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 25.46 KB (added)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 23.98 KB (added)

@lforst lforst merged commit e0a3d4e into master Jun 7, 2022
@lforst lforst deleted the antonpirker-5211-v7-breaks-aws-lambda branch June 7, 2022 15:36
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.

Changing DSN breaks current AWS Lambda integration
3 participants